Skip to main content
GET
Poll a Query In Progress

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

statusId
string
required

The status id for the query.

Response

In progress query.

status
string

The current status of the query. Possible value:

  • COMPLETED - the query finished successfully.
  • IN_PROGRESS - the query is still running.
  • CANCELLED_BY_USER - the query was stopped as a result of a DELETE request being issued.
  • TIMED_OUT - the query was stopped as it was not polled in time (as indicated by the Retry-After header in the response for the initial search request, or last poll).
  • INTERNAL_SERVER_ERROR - the query failed due to internal server error.
Example:

"IN_PROGRESS"

progress
integer

A value between 0 and 100 indicating how much of the processing has finished.

Example:

56

start_time
string

The time the query was started at, in human readable format.

Example:

"Tue Aug 06 15:24:15 GMT 2024"

explain
object
result
object[]
events
object[]
groups
object[]
groups_series
object[]
metadata
object
totals
object
pagination
object