---
title: "Get a certificate that has been uploaded to the organization.

You can get a certificate regardless of whether it is active or not."
method: GET
path: "/organization/certificates/{certificate_id}"
tags: ["Certificates"]
---

# Get a certificate that has been uploaded to the organization.

You can get a certificate regardless of whether it is active or not.

`GET /organization/certificates/{certificate_id}`

## Path parameters

- `certificate_id` string, required

## Query parameters

- `include` string[]

## Response `200`

Certificate retrieved successfully.

- Certificate — Represents an individual `certificate` uploaded to the organization.
  - `object` 'certificate' | 'organization.certificate' | 'organization.project.certificate', required — 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`.
  - `id` string, required — The identifier, which can be referenced in API endpoints
  - `name` string, nullable, required — The name of the certificate.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the certificate was uploaded.
  - `certificate_details` object, required
    - `valid_at` integer — The Unix timestamp (in seconds) of when the certificate becomes valid.
    - `expires_at` integer — The Unix timestamp (in seconds) of when the certificate expires.
    - `content` string — The content of the certificate in PEM format.
  - `active` boolean — Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

- **2026-08-14** `6ac2618eefd7` — 1 info
  - added the non-success response with the status `429`
- **2026-05-13** `74cbcf73838f` — 2 breaking, 1 warning, 1 info
  - added the new path request parameter `certificate_id`
  - response property `name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - deleted the `path` request parameter `cert_id`
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API
- **2025-04-29** `6a6c681b1820` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/certificates/:certificate_id/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
