WorkflowRuns
Returns individual workflow run history for a specific workflow within a project.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Status | String |
The allowed values are success, failed, error, canceled, unauthorized. | |
| CreatedAt | Datetime | ||
| StoppedAt | Datetime | ||
| Branch | String | ||
| CreditsUsed | Integer | ||
| Duration | Integer | ||
| ProjectSlug | String | ||
| WorkflowName | String |