API Reference
Get Query Status
Retrieve the status and results of a specific query (for async queries)
GET
Authentication
Your API key for authentication
Path Parameters
The query ID returned from the create query endpoint
Response Fields
The unique query identifier
Current status:
pending, processing, completed, or failedDestination configuration for the query
Error message if status is
failed, otherwise nullISO 8601 timestamp when query was created
ISO 8601 timestamp when query was last updated
Status Values
Pending
Query is queued for processing
Processing
Query is currently being processed
Completed
Query completed successfully
Failed
Query failed with an error
