List attestations
Get a paginated list of attestations for an organization based on filters provided as query parameters.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
The attestation ID to search for
Filter by exact attestation name. Cannot be combined with name_regex.
Filter by attestation name (substring regex match)
Filter by flow name. Repeat the parameter to match several flows.
Filter by attestation type. Use built-in types (e.g. 'junit', 'decision') or 'custom:' for custom types. Repeat the parameter to match several types.
Filter by compliance state. Omit to include both compliant and non-compliant.
From timestamp filter. Example: ?from_timestamp=1675167540
To timestamp filter. Example: ?to_timestamp=1675167540
Cursor for the next page. Use the token from a previous response's _links.next; omit for the first page.
How many results to return per page of response (max 100)
1 <= x <= 100