Skip to main content
POST
Add task status updates (Internal API)

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_execution_id
string<uuid>
required

UUID of the flow execution receiving task status updates. Must be an active (non-deleted) execution.

Body

application/json

Batch request to add multiple task status updates.

Allows system workers to report status changes for multiple tasks in a single API call for improved performance.

statuses
AddTaskStatusRequestItem · object[]
required

Array of task status updates to apply. Minimum: 1 update, Maximum: 100 updates per request. Updates are processed in order provided.

Required array length: 1 - 100 elements
Example:

Response

Task status updates successfully recorded

flow_execution_id
string<uuid>
required
id
string<uuid>
required
organization_id
string<uuid>
required
status
string
required
task_name
string
required
created_at
string<date-time> | null