cURL
curl --request GET \ --url https://query.emergedata.ai/v1/job/{task_id} \ --header 'Authorization: Bearer <token>'
{ "task_id": "82f80278-5e76-4d01-8f1d-b55e08f12a52", "status": "COMPLETED", "url": "https://query-results.s3.amazonaws.com/82f80278-5e76-4d01-8f1d-b55e08f12a52.parquet", "created_at": "2026-02-12T09:10:11Z", "expire_at": "2026-02-19T09:10:11Z" }
API token from the Control Room. Include as Authorization: Bearer <token>
Authorization: Bearer <token>
Successful Response
PENDING
RUNNING
COMPLETED
FAILED