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
List Workflow Run Tasks
Documentation Index
Fetch the complete documentation index at: https://docs.serval.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow run whose tasks (steps) to list.
Query Parameters
Maximum number of tasks to return. Default is 50, maximum is 200.
Token for pagination. Leave empty for the first request.
List Workflow Run Tasks

