API Reference
Get Query Status
Retrieve the status and results of a specific query (for async queries)
GET
Authentication
string
required
Your API key for authentication
Path Parameters
string
required
The query ID returned from the create query endpoint
Response Fields
string
The unique query identifier
string
Current status:
pending, processing, completed, or failedobject
Destination configuration for the query
string | null
Error message if status is
failed, otherwise nullstring
ISO 8601 timestamp when query was created
string
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
