cURL
curl --request GET \ --url https://api.example.com/api/messaging/jobs/{jobId}
{ "jobId": "job_550e8400-e29b-41d4-a716-446655440001", "status": "completed", "createdAt": 1703001234567, "startedAt": 1703001234600, "completedAt": 1703001235890, "result": { "text": "Here is the processed response.", "actions": ["REPLY"] } }
queued
processing
completed
failed
timeout
Show Result object
Was this page helpful?