| 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 |