Queries
Required permissions
Operations
Authorizations
AuthorizationstringRequired
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Path parameters
jobIdstringRequired
jobId of the query to retrieve
Responses
200
Successfully found query
application/json
404
Query not found
application/json
429
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
application/problem+json
get
/api/v1/queries/{jobId}Authorizations
AuthorizationstringRequired
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Body
querystringRequired
Responses
200
Successfully submitted query
application/json
400
Bad request
application/json
409
Conflict
application/json
429
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
application/problem+json
post
/api/v1/queriesLast updated
Was this helpful?