# Dbt Cloud – Retrieve run action
The Retrieve run action fetches details of a specific job run in your Dbt Cloud account.
# Input
| Input field | Description |
|---|---|
| Account ID | Enter your Dbt Cloud account ID. |
| Run ID | Enter the ID of the run to retrieve. |
# Output
| Output field | Description |
|---|---|
| ID | The unique identifier of the run. |
| Status | The numeric status code of the run. |
| Job ID | The ID of the job that triggered the run. |
| Started at | Timestamp for when the run started. |
| Finished at | Timestamp for when the run ended. |
Last updated: 8/18/2025, 2:26:26 PM