Skip to main content
GET
List workflow executions

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Path Parameters

id
string
required

Workflow (version) identifier.

Example:

"k17demo8f8x7c9v0n2q4r6t8y1u3i5o"

Query Parameters

workspace_id
string

Optional workspace override. If omitted, Conduit resolves the workflow's workspace automatically.

Example:

"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"

limit
integer
Required range: 1 <= x <= 100
cursor
string
status
enum<string>

Filter executions by lifecycle status.

Available options:
STARTED,
RUNNING,
SUCCESS,
FAILED,
CANCELLED
Example:

"SUCCESS"

started_after
string<date-time>

Only return executions started at or after this ISO 8601 timestamp.

Example:

"2026-04-01T00:00:00.000Z"

started_before
string<date-time>

Only return executions started strictly before this ISO 8601 timestamp.

Example:

"2026-04-30T00:00:00.000Z"

Response

Workflow executions

Cursor-paginated workflow executions response.

data
object[]
required
next_cursor
string | null
required
has_more
boolean
required