GET
/organization/certificates/{certificate_id}Get certificate
Get a certificate that has been uploaded to the organization.
You can get a certificate regardless of whether it is active or not.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
certificate_idstringrequired
Unique ID of the certificate to retrieve.
includearray<string>optional
A list of additional fields to include in the response. Currently the only supported value is `content` to fetch the PEM content of the certificate.
200Certificate retrieved successfully.
objectstringrequired
The object type.
- If creating, updating, or getting a specific certificate, the object type is `certificate`.
- If listing, activating, or deactivating certificates for the organization, the object type is `organization.certificate`.
- If listing, activating, or deactivating certificates for a project, the object type is `organization.project.certificate`.
idstringrequired
The identifier, which can be referenced in API endpoints
namestringrequired
The name of the certificate.
created_atintegerrequired
The Unix timestamp (in seconds) of when the certificate was uploaded.
certificate_detailsobjectrequired
activebooleanoptional
Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.
429The request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned: The request was rejected because a rate limit was exceeded.