Skip to main content
GET
List executions for a workflow

Authorizations

Authorization
string
header
required

Beltic-issued JWT bearer token.

Path Parameters

id
string
required

Workflow ID.

Response

List of executions for the workflow.

executionId
string
required
status
enum<string>
required

Terminal or paused status of a workflow execution.

Available options:
completed,
failed,
paused,
cancelled
updatedAt
string<date-time>
required
result
object | null

Execution result payload, when available.