Tool to retrieve task runs from a Task Group as a resumable stream. Use when you need to fetch all runs within a group, optionally including their inputs and outputs. The stream can be resumed using the event_id as a cursor.
statusstringFilter runs by status (e.g., queued, running, completed, failed, cancelled).
taskgroup_idRequiredstringUnique identifier of the Task Group to fetch runs from.
include_inputbooleanWhether to include task run inputs in the response. Default is False.
last_event_idstringID of the last received event to resume streaming from. Used as cursor for pagination.
include_outputbooleanWhether to include task run outputs in the response. Default is False.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.