Workflows
Returns detailed information about a specific CircleCI workflow by UUID.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| PipelineId | String |
Pipelines.Id | |
| Name | String | ||
| ProjectSlug | String | ||
| Status | String |
The allowed values are success, failed, error, canceled, unauthorized, running, on_hold, needs_setup. | |
| CreatedAt | Datetime | ||
| StoppedAt | Datetime | ||
| PipelineNumber | Integer | ||
| StartedBy | String |
Users.Id |