Quality Control
List QC processes
Retrieve a paginated list of all QC processes with basic metadata.
GET
List QC processes
Authorizations
Owner-scoped bearer token. The owner a request is scoped to is derived from the token; list endpoints also take an explicit owner query parameter your token must be authorized to read.
Query Parameters
The number of items to return per page (default 10).
Required range:
x >= 1The cursor for fetching the next page of results.
Owner to filter the results to.
The direction to order the results by
Available options:
asc, desc The column to order the results by, defaults to id
Available options:
id, createdOn, displayName, archivedOn One or more columns and their values on which to filter results
