---
title: "List Workspace Numbers"
method: GET
path: "/api/workspaces/{workspace_id}/numbers"
---

# List Workspace Numbers

`GET /api/workspaces/{workspace_id}/numbers`

## Path parameters

- `workspace_id` string, required

## Query parameters

- `workspaceId` string, nullable
- `refresh` boolean
- `provider` string, nullable

## Response `200`

Successful Response

- WorkspaceNumbersResponse
  - `success` boolean
  - `numbers` WorkspaceNumberResponse[]
    - `id` string, required
    - `workspaceId` string, nullable
    - `phoneNumber` string, required
    - `region` string, required
    - `country` string, required
    - `application` string, nullable
    - `active` boolean
    - `type` string, nullable
    - `telephonyProvider` string
  - `hasAssignedNumbers` boolean
  - `assignedInbound` string, nullable
  - `assignedOutbound` string, nullable
  - `assignedInboundApplication` string, nullable
  - `assignedOutboundApplication` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/versions/2e4355d35497/schema)
