Skip to main content
GET
Returns the 50 most recent execution runs for the automation, each with their per-step logs.

Path parameters

string
required
The automation ID.

Response

string
Execution ID.
string
QUEUED | RUNNING | SUCCESS | FAILED | CANCELLED | PARTIAL
string
ISO 8601 start timestamp.
string
ISO 8601 completion timestamp.
number
Total duration in milliseconds.
string
Top-level error message if the run failed.
array
Per-step logs — see below.
stepLogs fields:
Last modified on April 2, 2026