Executions
List executions
Get the 50 most recent execution records for an automation.
GET
Returns the 50 most recent execution runs for the automation, each with their per-step logs.
stepLogs fields:
Path parameters
The automation ID.
Response
Execution ID.
QUEUED | RUNNING | SUCCESS | FAILED | CANCELLED | PARTIALISO 8601 start timestamp.
ISO 8601 completion timestamp.
Total duration in milliseconds.
Top-level error message if the run failed.
Per-step logs — see below.
| Field | Type | Description |
|---|---|---|
stepId | string | Node ID in the flow graph |
stepType | string | Node type (e.g. action, condition) |
connectorId | string | Connector ID if applicable |
status | string | Same enum as execution status |
output | object | Step output data |
error | string | Step-level error |
durationMs | number | Step duration |

