Submit asynchronous query

Submit a query for asynchronous processing. Returns immediately with a job ID.

Use this endpoint for:

  • Large queries spanning many assets or long time periods
  • Complex queries with multiple groupby dimensions
  • Queries that may exceed synchronous timeout limits

Workflow:

  1. Submit query via this endpoint → receive job_id
  2. Poll GET /v1/query/async/{job_id} for status
  3. When status is completed, fetch results via GET /v1/query/async/{job_id}/results

Jobs are retained for 24 hours after completion.

Language
Click Try It! to start a request and see the response here!