List authorized assertion and benchmark checks in one catalog

GET/v1/quality/checks

Preserves native identities and per-resource permissions. Counts describe definitions, not measured quality. Pagination is over authorized resources; reads never execute or copy evidence.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
kindqueryall | assertion | benchmarkNo
queryquerystringNo
limitqueryintegerNo
offsetqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Authorized checks, without case inputs, outputs or access metadataapplication/json
FieldTypeRequiredDescription
objectlistYes
dataobject[]Yes
data[].idstringYesKind-namespaced identity; never use as a native resource ID
data[].kindassertion | benchmarkYes
data[].resourceIdstringYesPreserved native Test or Evaluation identity
data[].namestringYesHuman-readable name.
data[].descriptionstringYesHuman-readable description.
data[].statusstringYesCurrent lifecycle status.
data[].publishedVersionIdstringYes
data[].caseCountintegerYes
data[].creatorUserIdstringYesStable user identity of the resource creator
data[].creatorNamestringYesCurrent display name resolved through the deployment identity directory
data[].creatorAvatarUrlstringYesCurrent creator profile image URL
data[].createdAtstringYesISO 8601 timestamp.
data[].updatedAtstringYesISO 8601 timestamp.
hasMorebooleanYes
nextOffsetintegerYes
400Invalid query
None.
401Authentication required
None.
403Organization or permission unavailable
None.
503Durable catalog temporarily unavailable
None.
List authorized assertion and benchmark checks in one catalog
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow