Returns the current state of an asynchronous job such as a customer batch import.
Documentation Index
Fetch the complete documentation index at: https://docs.oration.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
| id | string (UUID) | The unique identifier of the job you want to retrieve |
| Field | Type | Description |
|---|---|---|
| id | string (UUID) | The unique identifier of the job |
| createdAt | string (ISO date) | The timestamp when the job was created |
| updatedAt | string (ISO date) | The timestamp when the job was last updated |
| jobProviderId | string (UUID) | The identifier of the job provider that processed this job |
| name | string | The name of the job |
| status | string | The current status of the job (created, queued, active, success, failed, retrying) |
| error | string or null | Error message if the job failed, null otherwise |
| workspaceId | string (UUID) | The identifier of the workspace this job belongs to |
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.