List executions
Returns the API key owner’s executions, newest scheduled first, with relations expanded. A filter naming a malformed UUID returns an empty list rather than an error.
Authorizations
Developer API key from Dashboard → Settings → Developer API
Query Parameters
Only executions scheduled on this device.
Only executions for this script.
A workflow UUID to return only that routine’s runs, or the literal none for one-off runs that no workflow produced.
Comma-separated status filter, e.g. failed or failed,cancelled. Values: pending, processing, completed, failed, skipped, cancelled. Unrecognized values are dropped; a filter left with none matches nothing.
Lower bound (inclusive) on scheduledAt. An unparseable value is ignored.
Upper bound (inclusive) on scheduledAt. An unparseable value is ignored.
Maximum rows to return. Must be a positive integer; defaults to 50.
x >= 1Response
List of executions