Skip to main content
GET
List executions

Authorizations

Authorization
string
header
required

Developer API key from Dashboard → Settings → Developer API

Query Parameters

deviceId
string<uuid>

Only executions scheduled on this device.

scriptId
string<uuid>

Only executions for this script.

workflowId
string

A workflow UUID to return only that routine’s runs, or the literal none for one-off runs that no workflow produced.

status
string

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.

from
string<date-time>

Lower bound (inclusive) on scheduledAt. An unparseable value is ignored.

to
string<date-time>

Upper bound (inclusive) on scheduledAt. An unparseable value is ignored.

limit
integer
default:50

Maximum rows to return. Must be a positive integer; defaults to 50.

Required range: x >= 1

Response

List of executions

executions
object[]
required