Explores (Deprecated)

Explore API Reference

Retreive all

get
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
get
/explores
200

List of explores

Retreive

get
Path parameters
idstringRequired

explore id

Responses
200

Details about the explore

application/json
get
/explores/{id}
200

Details about the explore

Retreive latest success job details

get
Path parameters
idstringRequired

explore id

Responses
200

Details about the latest success job

application/json
get
/explores/{id}/job/latestsuccess
200

Details about the latest success job

Returns explore result in csv format

get
Path parameters
idstringRequired

explore id

Responses
200

Result in CSV format

text/csv
Responsestring
get
/explores/{id}/download
200

Result in CSV format

Last updated