Retrieve all Task Runs
List Task Runs on a Site. Filters compose with AND; results are paginated and the X-Pagination response header reports the total count over the post-filter set.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
Query parameters
ID of the Site that owns the Task Runs (Task Runs are site-scoped).
Filter by Task Run status.
Filter by operation type.
One-indexed page number.
Page number of results returned (1-indexed).
Number of results per page.
Response
OK
Changes
Changed in 3 of the 90 revisions of this API.22
- ●
for the
queryrequest parameterpageNumber, the max was set to21474836.00request-parameter-max-set
- ●
for the
queryrequest parameterpageSize, the max was set to100.00request-parameter-max-set
- ●
- ○
added the non-success response with the status
504response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○