---
title: "List certificate issuers for a specified key vault."
method: GET
path: "/certificates/issuers"
tags: ["Certificates"]
---

# List certificate issuers for a specified key vault.

`GET /certificates/issuers`

The GetCertificateIssuers operation returns the set of certificate issuer resources in the specified key vault. This operation requires the certificates/manageissuers/getissuers permission.

## Query parameters

- `maxresults` integer
- `api-version` string, required

## Response `200`

A response message containing a list of certificate issuers in a key vault along with a link to the next page of certificate issuers.

- CertificateIssuerListResult — The certificate issuer list result.
  - `value` CertificateIssuerItem[] — A response message containing a list of certificate issuers in the key vault along with a link to the next page of certificate issuers.
    - `id` string — Certificate Identifier.
    - `provider` string — The issuer provider.
  - `nextLink` string — The URL to get the next set of certificate issuers.

## Other responses

- `default` — Key Vault error response describing why the operation failed.

---

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