Returns a paginated list of tasks (workflow executions).
status to filter by task status.workflow_id to only list tasks created from a specific workflow.Use page and limit. The response includes total_pages and total_count.
Send your API key in the Authorization header as Bearer <API_KEY>.
Filter tasks by status. Current task status.
created: Task is created but not yet runningrunning: Task is currently executingfinished: Task completed successfullycanceled: Task was canceled (e.g., via Stop Task)pausing: Task is transitioning into paused statepaused: Task is paused and can be resumedfailed: Task ended with an errorunknown: Unknown or unsupported statuscreated, running, finished, canceled, pausing, paused, failed, unknown Page number to retrieve (starts at 1).
x >= 1Number of tasks per page (max 500).
1 <= x <= 500Only return tasks created from this workflow ID.