Workflow Run API
Get Workflow Run Task
Get the full (size-capped) input and output for a single task (step) of a workflow run. Use after ListWorkflowRunTasks to drill into a specific step when debugging a failure.
GET
Get Workflow Run Task
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 containing the task.
The step number of the task to fetch (from ListWorkflowRunTasks).
Response
Success
The task detail.
Get Workflow Run Task

