agent-pools-mtls-certificates
List Agent Pool mTLS Certificates
Returns all mTLS certificates issued for the specified agent pool. Each certificate includes a computed status field derived from its is_active flag and not_valid_after expiry.
get/agent-pools/{agent_pool}/mtls-certificates
Path parameters
agent_poolstring required
The ID of the agent pool.
Query parameters
querystring
Search certificates by partial SHA-256 fingerprint.
filter[status]string
Filter certificates by status: active, expired, or revoked. Accepts a single value or the in: operator with a comma-separated list (e.g. in:active,expired).
filter[created-by]string
Filter certificates by creator user ID.
page[number]string
Page number
page[size]string
Page size
sortstring[]
The comma-separated list of attributes.
Response
Success.