Tasks
Get Task Execution Result
Retrieves a single execution result by its ID. This endpoint is useful for polling execution status in async mode or retrieving detailed execution information.
get/v1/task/{taskId}/executions/{executionId}
Path parameters
taskIdstring uuid required
The ID of the task
executionIdstring uuid required
The ID of the execution result
Response
Execution result retrieved successfully