---
title: "List Numbers"
method: GET
path: "/assistants/v1/numbers"
tags: ["Phone Numbers"]
---

# List Numbers

`GET /assistants/v1/numbers`

Get list of Numbers purchased

## Query parameters

- `label` string

## Response `200`

Successfully retrieved the list of numbers.

- Number[]
  - `_id` string, objectId, required — Unique identifier of the number
  - `teamId` string, objectId, required — This is unique identifier of the team.
  - `number` string, required — Phone number associated with the team
  - `provider` object, required
    - `name` string — Name of the provider
  - `assistantId` string — ID of the associated assistant (if any)
  - `inboundEnabled` boolean — If true, inbound call is enabled. If false, inbound call is disabled.
  - `outboundEnabled` boolean — If true, outbound call is enabled. If false, outbound call is disabled.
  - `label` string — Label for the number

## Other responses

- `500` — Internal server error.

---

[API](https://skmtc.dev/interactly/apis/interactly-api.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api/revisions/8a408fde89f6/schema)
