Returns the current state of an asynchronous job such as a customer batch import.
Bearer token issued for an authenticated Oration user or service account.
Workspace API key used for server-to-server authentication.
Workspace slug associated with the job.
Workspace UUID. Useful when the workspace slug is not available.
Job UUID returned by an async endpoint such as /customers/batch.
Job status returned successfully.
Current status of an asynchronous job.
Job identifier.
Timestamp when the job was created.
Timestamp when the job status last changed.
Identifier used by the underlying job provider or queue backend.
Internal job name for the asynchronous task.
Current execution state of the job.
created, queued, active, success, failed, retrying Error message when the job fails; otherwise null.
Workspace that owns the job.