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
Example response
{
"success": true,
"jobId": "job_01HXYZABC",
"status": "completed",
"attemptsMade": 1,
"finishedOn": 1712345678901,
"processedOn": 1712345670000
}