Skip to main content
GET
List platform runs

Authorizations

x-api-key
string
header
required

Query Parameters

preset
string

Filter to one preset name.

version
integer

Filter to one preset version.

user
string

Filter to one run user (the attribution user identity).

session
string

Filter to one run session/thread (the attribution session identity).

interaction
string

Filter to one park lifecycle by interaction id — returns the parked dispatch's row and its resume dispatch's row.

outcome
string

Filter to one outcome: running | success | error | parked | aborted.

from
string

Inclusive lower bound on the run start as an ISO-8601 instant.

to
string

Inclusive upper bound on the run start as an ISO-8601 instant.

page
integer
default:1

1-based page number.

Required range: x >= 1
pageSize
integer
default:50

Items per page; clamped to the deployment cap, never refused.

Required range: x >= 1

Response

Success.

data
RunsPage · object
required

One page of the platform runs index; nextPage is null on the last page.