Get Network Query Status
Network
Get Network Query Status
Returns the status of a specific network query request.
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.Documentation Index
Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Params
The ID of the network query request. This is returned when you start a network query.
Response
The unique identifier for this network query request. Use
this to track the query status and correlate webhooks.
ISO 8601 timestamp of when the network query request was
initially made.
The overall status of the network query. Can be one of: -
in-progress - at least one source is still being queriedcompleted- all sources have completed successfully -partial- some sources completed, some failed -failed- all sources failed
Array of status objects for each data source being
queried. A source type may appear multiple times if it was
retried after a failure.
Array of errors for data sources that could not be
queried. Only present when one or more sources fail to
start.

