Search and filter certificates within a project.
The friendly name of the certificate to filter by.
The common name of the certificate to filter by.
The offset to start from. If you enter 10, it will start from the 10th certificate.
x >= 0The number of certificates to return.
1 <= x <= 100Retrieve only certificates available for PKI sync.
Search by SAN, CN, certificate ID, or serial number.
Filter by certificate status.
Filter by certificate profile IDs.
Filter certificates created from this date.
Filter certificates created until this date.
Filter by metadata key-value pairs. Each entry should have a key (required) and optionally a value to match against.
Filter by extended key usage. Only certificates containing this EKU will be returned (e.g. 'codeSigning', 'serverAuth').
Filter by key algorithm (e.g. 'RSA_2048', 'EC_prime256v1').
Filter by signature algorithm (e.g. 'RSA-SHA256', 'ECDSA-SHA256').
Filter by key sizes in bits (e.g. [2048, 4096]).
Filter by certificate authority IDs.
Filter by enrollment types (e.g. 'api', 'est', 'acme', 'scep').
Filter by certificate source ('issued', 'discovered', 'imported').
Filter certificates expiring on or after this date.
Filter certificates expiring on or before this date.
Filter certificates issued on or after this date.
Filter certificates issued on or before this date.
Column to sort by (e.g. 'notAfter', 'notBefore', 'commonName').
notAfter, notBefore, createdAt, commonName, keyAlgorithm, status Sort direction: 'asc' or 'desc'.
asc, desc