task-outputs
Task output operations for storing and retrieving task execution results.
Task outputs store the results produced by task executions in a structured, queryable format. While task executions track the full lifecycle (input, output, error, status), task outputs focus specifically on the final output data formatted for display, analysis, and downstream consumption.
Key characteristics:
- Summary Field: Structured output data ready for consumption
- Historical Record: Permanent storage of task results
- Queryable: Filter and search outputs by task, execution, or flow
- Linked: Connected to parent flow execution and task execution
Use these endpoints to:
- Store task results after successful execution
- Retrieve outputs for specific tasks or entire executions
- Query historical outputs for analysis and reporting
- Access formatted results for display in dashboards
- Feed outputs to downstream tasks or external systems
Task outputs provide the data foundation for workflow analytics, debugging, and result visualization.
What made this section unhelpful for you?
On this page
- task-outputs