List task summaries for flow version
List task execution summaries for a specific flow version.
Returns lightweight task summaries without full output data, reducing network overhead when you only need execution metadata.
Performance Benefits
- Excludes potentially large task output fields
- Significantly faster response times for flows with large outputs
- Ideal for listing/summary views
Use Cases
- Display execution history in a table/list
- Check task statuses without downloading full outputs
- Build dashboards showing execution statistics
Header Parameters
Path Parameters
Response
Response Attributes
UUID of the parent flow execution containing this task
Current status of the task execution. Common values: 'running', 'completed', 'failed', 'skipped'
Task execution summary data. Structure varies by task type. May contain results, metrics, or status information.
Show child attributes
Show child attributes
Name of the task as defined in the flow definition. Case-sensitive.
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.