---
title: "List organization certificates"
method: GET
path: "/organization/certificates"
tags: ["Certificates"]
---

# List organization certificates

`GET /organization/certificates`

List uploaded certificates for this organization.

## Query parameters

- `limit` integer
- `after` string
- `order` 'asc' | 'desc'

## Response `200`

Certificates listed successfully.

- ListCertificatesResponse
  - `data` OrganizationCertificate[], required
    - `object` 'organization.certificate', required — The object type, which is always `organization.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.
    - `active` boolean, required — Whether the certificate is currently active at the organization level.
  - `first_id` string, nullable, required
  - `last_id` string, nullable, required
  - `has_more` boolean, required
  - `object` 'list', required

---

[API](https://skmtc.net/openai/apis/openai-api.md) · [All operations](https://skmtc.net/openai/apis/openai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api/versions/dcd35773a322/schema)
