Skip to main content

JobStatus

The status of the job:

  • pending: The job has been accepted and is waiting to be processed
  • in_progress: The job is being processed
  • completed: The job is completed successfully
  • failed: The job failed with an error
stringJobStatus (string)

The status of the job:

  • pending: The job has been accepted and is waiting to be processed
  • in_progress: The job is being processed
  • completed: The job is completed successfully
  • failed: The job failed with an error

Possible values: [pending, in_progress, completed, failed]

JobStatus
"pending"