---
title: "GET /api/v1/cert-manager/installations/{installationId}"
method: GET
path: "/api/v1/cert-manager/installations/{installationId}"
tags: ["PKI Installations"]
---

# GET /api/v1/cert-manager/installations/{installationId}

`GET /api/v1/cert-manager/installations/{installationId}`

Get a PKI certificate installation by ID with linked certificates

## Path parameters

- `installationId` string, uuid, required

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `locationType` string, required
  - `locationDetails` unknown
  - `locationFingerprint` string, required
  - `name` string, nullable
  - `type` string
  - `metadata` unknown
  - `lastSeenAt` string, date-time, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `discoveryName` string, nullable
  - `certificates` object[]
    - `certificateId` string, uuid, required
    - `firstSeenAt` string, date-time, required
    - `lastSeenAt` string, date-time, required
    - `commonName` string, nullable
    - `serialNumber` string, nullable
    - `notBefore` string, date-time, nullable
    - `notAfter` string, date-time, nullable
    - `status` string, nullable
    - `friendlyName` string, nullable
    - `fingerprintSha256` string, nullable
    - `subjectOrganization` string, nullable
    - `subjectOrganizationalUnit` string, nullable
    - `subjectCountry` string, nullable
    - `subjectState` string, nullable
    - `subjectLocality` string, nullable

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

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