get_automation_run
Retrieve a specific automation run and its step-by-step trace to analyze execution details.
Instructions
Retrieve a single automation run, including its step-by-step trace (GET /automations/:id/runs/:runId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The automation id. | |
| run_id | Yes | The run id. |