# Dbt Cloud – Job run event trigger (real-time)
The Job run event trigger starts a recipe when a Dbt Cloud job run starts, completes, succeeds, errors, or is cancelled. This trigger uses Dbt Cloud's native webhook system to deliver events in real-time rather than polling for updates.
# Input
| Input field | Description |
|---|---|
| Event filter | Choose the job event type to subscribe to. Options include Job run started, Job run completed, Job run succeeded, Job run errored, and Job run cancelled. |
# Output
| Output field | Description |
|---|---|
| Event | Type of the job run event, such as job.run.completed. |
| ID | Unique identifier for the job run. |
| Job ID | Identifier of the job. |
| Account ID | Identifier of the Dbt Cloud account. |
| Project ID | Identifier of the Dbt Cloud project. |
| Environment ID | Identifier of the environment in which the job ran. |
| Status | Status code of the job run. |
| Status humanized | Human-readable description of the job run status. |
| Started at | Timestamp for when the job run started. |
| Finished at | Timestamp for when the job run finished. |
Last updated: 8/18/2025, 2:26:26 PM