Skip to main content
GET
Search certificates

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Query Parameters

q
string
required

Selective certificate InfraQL expression, limited to 8192 UTF-8 bytes after URL decoding. Exact SHA, bounded date, name, issuer, and other schema-advertised fields are supported subject to the certificate cost rules.

Required string length: 1 - 8192
history
enum<string>
default:recent

Recent searches the current certificate index. All searches every published historical cohort and may cost more.

Available options:
recent,
all
limit
integer
default:25

Certificate page size.

Required range: 1 <= x <= 50
cursor
string

Opaque continuation token that expires 15 minutes after the first page and is bound to the dataset, normalized query, and resolved visibility context. Cannot be combined with offset. If it is invalid or expired, restart pagination without a cursor. Clients must not parse or persist it as a durable bookmark.

Required string length: 1 - 4096

Response

Matching immutable certificates.

certificates
object[]
required
Maximum array length: 50
pagination
object
required
query
string
required
Required string length: 1 - 8192