⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content

List executions

GET
/v1/executions

Retrieves a filtered list of executions based on query parameters.

Authorizations

ApiKeyAuth
TypeAPI Key (header: x-api-token)

Parameters

Query Parameters

name

Filter by execution name

Typestring
status

Filter by execution status

Typestring
Enum
successfailure
startDateTime

Filter executions that started after this timestamp (in milliseconds)

Typeinteger
formatint64
endDateTime

Filter executions that ended before this timestamp (in milliseconds)

Typeinteger
formatint64

Responses

List of executions matching the filters

Playground

Server
Authorization
Variables
Key
Value

Samples