---
title: "List Calls"
method: GET
path: "/v1/calls"
tags: ["calls"]
---

# List Calls

`GET /v1/calls`

List all calls for this account.

## Query parameters

- `limit` integer
- `offset` integer
- `status` string, nullable — Filter by status: completed, in-progress, failed
- `direction` string, nullable — Filter by direction: inbound, outbound
- `type` string, nullable — Filter by type: pstn, web
- `search` string, nullable — Search fromNumber or toNumber (contains)

## 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/versions/5724ccaa33d8/schema)
