Skip to main content
GET
Get Network Query Status
Returns the status of a specific network query request - use this to check the progress of the query. See more on Start Network Query.
To get notified about network query progress and completions, check out Network Query Events.

Path Params

string
required
The ID of the network query request. This is returned when you start a network query.

Response

string
required
The unique identifier for this network query request. Use this to track the query status and correlate webhooks.
string
required
ISO 8601 timestamp of when the network query request was initially made.
string
required
The overall status of the network query. Can be one of: - in-progress - at least one source is still being queried
  • completed - all sources have completed successfully - partial - some sources completed, some failed - failed
  • all sources failed
Source[]
required
Array of status objects for each data source being queried. A source type may appear multiple times if it was retried after a failure.
SourceError[]
Array of errors for data sources that could not be queried. Only present when one or more sources fail to start.
Example Response Body (all sources started):
Example Response Body (with source errors):