Explores (Deprecated)
Explore API Reference
Query parameters
projectIdstringOptional
The project Id from which to retreive. If not given, then default project is used
folderIdstringOptional
The folder Id acc. to which records will be retrieved. If not given, then all explores will be retrieved
limitstringOptional
The number of records to retrieve. If not given, then by default 1000 explores will be fetched.
Responses
200
List of explores
application/json
idstringRequiredExample:
8aec2615e1c540d2b71129a3a9e5fdc3namestringRequiredExample:
order detailsownerIdstringRequiredExample:
85ae22a39ef14788987f5b915938f050folderIdstringRequiredExample:
6be53896a0604c0d817f638229f83ac9scheduledbooleanRequiredExample:
truecreateTimenumberRequiredExample:
1660439099000updateTimenumberRequiredExample:
1660445539000get
/explores200
List of explores
Path parameters
idstringRequired
explore id
Responses
200
Details about the explore
application/json
idstringRequiredExample:
8aec2615e1c540d2b71129a3a9e5fdc3namestringRequiredExample:
order detailsownerIdstringRequiredExample:
85ae22a39ef14788987f5b915938f050folderIdstringRequiredExample:
6be53896a0604c0d817f638229f83ac9encodedSQLstringRequiredExample:
c2VsZWN0ICogZnJvbSB0ZXN0OTk5createTimenumberRequiredExample:
1660439099000updateTimenumberRequiredExample:
1660445539000get
/explores/{id}200
Details about the explore
Path parameters
idstringRequired
explore id
Responses
200
Details about the latest success job
application/json
startTimenumberRequiredExample:
1660439099000endTimenumberRequiredExample:
1660445539000outputPathstringRequiredExample:
8aec2615e1c540d2b71129a3a9e5fdc3get
/explores/{id}/job/latestsuccess200
Details about the latest success job
Last updated