Get executions for automation definition

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired
ID of the space in form of a string
environment_idstringRequired
ID of the environment in form of a string
automation_definition_idstringRequired
ID of the automation definition in form of a string

Query parameters

sys.status[in]stringOptional

Filter by status. Comma-separated list of statuses: SCHEDULED, IN_PROGRESS, COMPLETED, FAILED, CANCELED

orderstringOptional

The order automation executions should be sorted by (e.g., sys.createdAt, -sys.createdAt)

limitintegerOptionalDefaults to 100

The number of automation executions to return (default 100, max 100)

pageNextstringOptional
Cursor for paginating forward
pagePrevstringOptional
Cursor for paginating backward

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful