dbt Cloud - List runs action
The List runs action retrieves a list of job runs in your dbt Cloud account.
Input
| Input field | Description |
|---|---|
| Include related | Enter a list of related fields to include with the run. Valid values are trigger, job, and debug_logs. |
| Job definition ID | Enter the job ID to filter runs by a specific job. |
| Project ID | Enter the project ID to filter runs by a specific project. |
| Status | Enter the status code to filter runs by a specific status. |
| Order by | Enter the field to order results by. Use - before the field name to indicate reverse order. |
| Offset | Enter the number of results to skip for pagination. Use with Limit. |
| Limit | Enter the maximum number of runs to return. Use with Offset. |
Output
| Output field | Description |
|---|---|
| Data | An array of job run objects. |
Last updated: