Skip to main content
GET
List Executions

Authorizations

X-API-Key
string
header
required

API key for authentication.

Query Parameters

cursor
string | null
limit
integer
default:20
template_id
string | null

Response

Successful Response

A page of workflow executions owned by the authenticated user.

count
integer
required

Number of matching executions.

results
ExecutionSummary · object[]
required

Executions in this page, newest first.

cursor
string | null

Pagination cursor for the next page; null on the last page.