Fetch all Task Runs

GA
GET

Individual Task Runs provide an audit trail for all Task executions.

Path parameters

org_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

task_idstringRequired

The specific Task to reference.

Query parameters

cursorstringOptional

A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.

page_limitintegerOptional

The maximum number of items to return per page. Defaults to 100 if not specified.

task_revision_idstringOptional

The specific Task Revision to reference.

Response

This endpoint returns an object.
resultslist of objects

The list of items returned for the current page.

paginationobjectOptional

Contains pagination information for the result set.