cURL
curl --request GET \ --url https://api.urltodata.ai/v1/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "queue": "<string>", "status": "queued", "createdAt": 123, "completedAt": 123, "durationMs": 123, "error": "<string>", "data": {}, "input": {} }
Documentation IndexFetch the complete documentation index at: https://docs.urltodata.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key as Bearer token (e.g. Bearer mp_abc123_secret)
Job detail
queued
active
completed
failed
Unix timestamp
Job result data (shape depends on queue type)
Job input parameters