Skip to main content
GET
List task summaries for flow version

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

flow_id
string<uuid>
required
version
integer
required

Response

List of task summaries successfully retrieved

created_at
string<date-time>
required
flow_execution_id
string<uuid>
required

UUID of the parent flow execution containing this task

Example:

"550e8400-e29b-41d4-a716-446655440000"

id
string<uuid>
required
modified_by
string
required
status
string
required

Current status of the task execution. Common values: 'running', 'completed', 'failed', 'skipped'

Example:

"completed"

summary
any
required

Task execution summary data. Structure varies by task type. May contain results, metrics, or status information.

Example:
task_name
string
required

Name of the task as defined in the flow definition. Case-sensitive.

Required string length: 1 - 255
Example:

"process_document"

updated_at
string<date-time>
required
flow_version
integer | null

Version of the flow definition when this task executed. May differ from current flow version if flow was updated.

Required range: x >= 1
Example:

3

tags
string[] | null

Optional list of tags associated with this task. Tags use key:value format for categorization. Example: ['priority:high', 'department:finance']

Example: