---
title: "Get Pearls"
method: GET
path: "/v2/Pearl"
tags: ["Pearl"]
---

# Get Pearls

`GET /v2/Pearl`

Retrieves all Pearls

## Response `200`

List of all the pearls for the client.

- ProjectListApiView[]
  - `id` string, nullable — The unique identifier of the pearl.
  - `name` string, nullable — The name of the pearl.
  - `createdAt` string, date-time — The date and time when the pearl was created.
  - `type` integer — Defines the type of activity of the pearl. `1 - Inbound` `2 - Outbound`
  - `status` integer — Here is the activity status `1 - Running` `2 - Paused` `3 - Suspended` `10 - TemporaryMaintenance`

## 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)
