Jobs
Returns detailed information about a specific CircleCI job by project slug and job number.
Columns
| Name | Type | References | |
| JobNumber [KEY] | Integer | ||
| PipelineId | String |
Pipelines.Id | |
| WorkflowId | String |
Workflows.Id | |
| Name | String | ||
| ProjectId | String |
Projects.Id | |
| ProjectName | String | ||
| ProjectSlug | String | ||
| ProjectExternalUrl | String | ||
| Status | String |
The allowed values are success, failed, canceled, unauthorized, on_hold, blocked, running, not_run. | |
| CreatedAt | Datetime | ||
| QueuedAt | Datetime | ||
| StartedAt | Datetime | ||
| StoppedAt | Datetime | ||
| Duration | Integer | ||
| ExecutorResourceClass | String | ||
| ExecutorType | String |
The allowed values are docker, machine, windows, macos. | |
| OrgName | String | ||
| WebUrl | String | ||
| WorkflowName | String | ||
| Parallelism | Integer | ||
| ParallelRuns | String | ||
| Messages | String | ||
| Contexts | String |