v29

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-1415662.1 KB
context

Get status of a context add job

Returns the status and result of a context add job by job id.

get/api/v1/context/add-async/{id}/status

Path parameters

idstring required

Job ID to check status for

Response

Job status and result

successboolean required
jobIdstring required
statusstring required
resultobject

Result of the job (if available)

attemptsMadenumber
failedReasonstring
finishedOnnumber
processedOnnumber

Example response

{
  "success": true,
  "jobId": "job_01HXYZABC",
  "status": "completed",
  "attemptsMade": 1,
  "finishedOn": 1712345678901,
  "processedOn": 1712345670000
}