dbt Cloud - List runs action

The List runs action retrieves a list of job runs in your dbt Cloud account.

Input

Input fieldDescription
Include relatedEnter a list of related fields to include with the run. Valid values are trigger, job, and debug_logs.
Job definition IDEnter the job ID to filter runs by a specific job.
Project IDEnter the project ID to filter runs by a specific project.
StatusEnter the status code to filter runs by a specific status.
Order byEnter the field to order results by. Use - before the field name to indicate reverse order.
OffsetEnter the number of results to skip for pagination. Use with Limit.
LimitEnter the maximum number of runs to return. Use with Offset.

Output

Output fieldDescription
DataAn array of job run objects.

Last updated: