Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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
RUNNING
COMPLETED
FAILED