---
title: "Search for unused numbers in the number pool"
method: GET
path: "/numbers/get-from-pool"
tags: ["Numbers"]
---

# Search for unused numbers in the number pool

`GET /numbers/get-from-pool`

REQUIRED SCOPES <code>['numbers:read']</code><br>Search for unused numbers in the number pool

## Query parameters

- `state` string
- `limit` integer

## Response `200`

Successful operation

- object[]
  - `number` string
  - `formatted` string
  - `country` string
  - `state` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Validation error

---

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