Skip to main content
GET
Get Job
Get the status and result of a messaging job.

Path Parameters

string
required
The job ID returned from job creation

Response

string
Unique job identifier
string
Job status: queued, processing, completed, failed, timeout
number
Unix timestamp of job creation
number
Unix timestamp when processing started
number
Unix timestamp when job completed
object
Job result (only present when status is completed)
string
Error message (only present when status is failed)