Retrieve a paginated list of task runs for a specific task.
Task runs provide an audit trail of all task executions, including:
This endpoint supports:
Common use cases:
The unique identifier of the organization.
The unique identifier of the project.
The specific Task to reference.
The maximum number of items to return per page. Defaults to 100
if not specified.
A cursor for pagination. Use the next_cursor
value from the previous response to get the next page of results.
Filter task runs by revision ID
Successfully retrieved task runs
The list of items returned for the current page.
Contains pagination information for the result set.