# dbt Cloud - Run Event trigger (real-time)
The Run Event trigger starts a recipe when a dbt Cloud job run event occurs in real-time.
# Input
| Input field | Description |
|---|---|
| Event type | Select the job run event type to subscribe to. Options include Run started, Run completed, and Run errored. |
# Output
| Output field | Description |
|---|---|
| Event ID | Unique identifier for the event. |
| Job ID | Identifier of the job. |
| Job name | Name of the job. |
| Run ID | Unique identifier for the job run. |
| Environment ID | Identifier of the environment in which the job ran. |
| Environment name | Name of the environment in which the job ran. |
| Dbt version | Version of dbt used for the job run. |
| Project name | Name of the dbt Cloud project. |
| Project ID | Identifier of the dbt Cloud project. |
| Run status | Status of the job run. |
| Run status code | Numeric status code of the job run. |
| Run status message | Human-readable message describing the job run status. |
| Run reason | Reason the job run was initiated. |
| Run started at | Timestamp for when the job run started. |
Last updated: 4/10/2026, 8:25:23 PM