---
title: "List Calls For Number"
method: GET
path: "/v1/numbers/{number_id}/calls"
tags: ["calls"]
---

# List Calls For Number

`GET /v1/numbers/{number_id}/calls`

List all calls for a specific phone number.

## Path parameters

- `number_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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