List authorized assertion and benchmark checks in one catalog
GET
/v1/quality/checksPreserves 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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| kind | query | all | assertion | benchmark | No | — |
| query | query | string | No | — |
| limit | query | integer | No | — |
| offset | query | integer | No | — |
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
| Field | Type | Required | Description |
|---|---|---|---|
| object | list | Yes | — |
| data | object[] | Yes | — |
| data[].id | string | Yes | Kind-namespaced identity; never use as a native resource ID |
| data[].kind | assertion | benchmark | Yes | — |
| data[].resourceId | string | Yes | Preserved native Test or Evaluation identity |
| data[].name | string | Yes | Human-readable name. |
| data[].description | string | Yes | Human-readable description. |
| data[].status | string | Yes | Current lifecycle status. |
| data[].publishedVersionId | string | Yes | — |
| data[].caseCount | integer | Yes | — |
| data[].creatorUserId | string | Yes | Stable user identity of the resource creator |
| data[].creatorName | string | Yes | Current display name resolved through the deployment identity directory |
| data[].creatorAvatarUrl | string | Yes | Current creator profile image URL |
| data[].createdAt | string | Yes | ISO 8601 timestamp. |
| data[].updatedAt | string | Yes | ISO 8601 timestamp. |
| hasMore | boolean | Yes | — |
| nextOffset | integer | Yes | — |
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...