searchCertificates
Search the certificate repository with filtering and ordering. Returns a paginated list sorted by fingerprint in ascending order. Defaults to the first 10 certificates if no pagination arguments are provided.
searchCertificates(
after: String
before: String
first: Int
last: Int
filter: SearchCertificateFilterInput
filterOn: CertificateSearchFilterInput
orderBy: [CertificateOrderInput!]
): CertificateConnection!
Arguments
searchCertificates.after ● String scalar
Returns elements after this cursor for forward pagination.
searchCertificates.before ● String scalar
Returns elements before this cursor for backward pagination.
searchCertificates.first ● Int scalar
Maximum number of results to return (1–100). Defaults to 10.
searchCertificates.last ● Int scalar
Number of results from the end (1–100). Used with before for backward pagination.
searchCertificates.filter ● SearchCertificateFilterInput input
Filter criteria using the legacy filter format.
searchCertificates.filterOn ● CertificateSearchFilterInput input
Filter criteria for the search. Supports filtering by certificate attributes such as status, issuer, validity, and tags.
searchCertificates.orderBy ● [CertificateOrderInput!] list input
Ordering rules. Specify one or more fields with sort direction (ASC/DESC).
Type
CertificateConnection object
A page of certificate results