v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Workflow Run API

List Workflow Run Tasks

List the tasks (steps) of a workflow run, ordered by step, with truncated input/output previews and a resolved outcome per step. Paginated. Use this to find the failing step within a run, then call GetWorkflowRunTask for that step's full input/output.

get/v2/workflow-runs/{workflow_run_id}/tasks

Path parameters

workflow_run_idstring required

The ID of the workflow run whose tasks (steps) to list.

Query parameters

pageSizeinteger

Maximum number of tasks to return. Default is 50, maximum is 200.

Maximum number of tasks to return. Default is 50, maximum is 200.

pageTokenstring

Token for pagination. Leave empty for the first request.

Token for pagination. Leave empty for the first request.

Response

Success

nextPageTokenstring nullable

Token for retrieving the next page of results. Empty if no more results.