Skip to main content
GET
List tasks

Query Parameters

engine_request
string | null
workflow_node_code
string | null
status
enum<string> | null
Available options:
OPEN,
IN_PROGRESS,
DONE,
BLOCKED,
CANCELLED
assigned_to
string<uuid> | null
source_service
string | null
entity_type
string | null
entity_id
string<uuid> | null
entity_reference
string | null
required_permission
string | null

Filter tasks whose required_permissions_snapshot contains this permission string.

unassigned
boolean | null

If true, return only unassigned tasks (assigned_to IS NULL). If false, return only assigned tasks.

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

total
integer
required
data
TaskResponse · object[]
required