Skip to main content

Retrieve query results

GET 

/api/v1/queries/:jobId

Retrieve the status and results of a CQL query

Request

Path Parameters

    jobId stringrequired

    jobId of the query to retrieve

Responses

Successfully found query

Schema

    progress number

    queryDetails

    object

    required

    initiatedAt date-timerequired
    jobId stringrequired

    Id that can be used to request the status of the query. If you would like to re-run the query, you must re-run the query in the UI. See retrieve query results

    query stringrequired

    result

    object[]

  • Array [

  • description string
    name stringrequired
    tag stringrequired
    type stringrequired
  • ]

  • status stringrequired

    Possible values: [IN_PROGRESS, DONE, CANCELLED, FAILURE, TIMED_OUT]

Loading...