---
title: "Get Pearl Credentials"
method: GET
path: "/v2/Pearl/Credential/{pearlId}"
tags: ["Pearl"]
---

# Get Pearl Credentials

`GET /v2/Pearl/Credential/{pearlId}`

Retrieves the API credentials (Id and Name only) available to the specified Pearl. Use a returned Id as the CredentialId of an API action in the Pearl flow.

## Path parameters

- `pearlId` string, required

## Response `200`

The credentials available to the specified Pearl.

- CredentialApiView[]
  - `id` string, nullable — The credential ID. Use this value as the CredentialId of an API action.
  - `name` string, nullable — The display name of the credential.

## Other responses

- `400` — Error

---

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