---
title: "List all Calls"
method: GET
path: "/Accounts/{AccountSid}/Calls"
tags: ["Calls"]
---

# List all Calls

`GET /Accounts/{AccountSid}/Calls`

List all calls.

#### Permissions
The API token must include the following scopes: _Voice_.

## Query parameters

- `EndTime` string — The time, in RFC 2822 GMT format, on which the call was terminated.
- `EndTime<` string — The time, in RFC 2822 GMT format, before which the call was terminated.
- `EndTime>` string — The time, in RFC 2822 GMT format, after which the call was terminated.
- `From` string — The address that initiated the call. Can be either a E.164 formatted number (`+xxxxxxxxxxx`), or a SIP endpoint (`sip:xxx@yyy.zzz`).
- `ParentCallSid` string, uuid — The unique identifier for the call that created this call.
- `StartTime` string — The time, in RFC 2822 GMT format, on which the call began.
- `StartTime<` string — The time, in RFC 2822 GMT format, before which the call began.
- `StartTime>` string — The time, in RFC 2822 GMT format, after which the call began.
- `Status` 'queued' | 'ringing' | 'in-progress' | 'canceled' | 'completed' | 'busy' | 'failed' — The status of the call.
- `To` string — The address that received the call. Can be either a E.164 formatted number (`+xxxxxxxxxxx`), or a SIP endpoint (`sip:xxx@yyy.zzz`).

## Response `200`

OK

- object
  - `uri` string
  - `first_page_uri` string
  - `next_page_uri` string
  - `previous_page_uri` string
  - `page` integer
  - `page_size` integer
  - `account_sid` string, uuid — The unique identifier for the account that created this call.
  - `calls` object[]
    - `account_sid` string, uuid — The unique identifier for the account that created this call.
    - `annotation` string — The annotation for the call.
    - `answered_by` 'human' | 'machine' — Who/what the call was answered by. Possible values are `human` or `machine`.
    - `api_version` string — The version of the SignalWire API.
    - `date_created` string — The date, in RFC 2822 GMT format, this call was created.
    - `date_updated` string — The date, in RFC 2822 GMT format, this call was updated.
    - `direction` 'inbound' | 'outbound' — The direction of the call. Possible values are `inbound` or `outbound`.
    - `duration` number — The duration, in seconds, of the call.
    - `end_time` string — The time, in RFC 2822 GMT format, on which the call was terminated.
    - `forwarded_from` string — The number this call was forwarded from.
    - `from` string — The address that initiated the call. Can be either a E.164 formatted number (`+xxxxxxxxxxx`), or a SIP endpoint (`sip:xxx@yyy.zzz`).
    - `formatted_from` string — The formatted number that initiated the call.
    - `parent_call_sid` string, uuid — The unique identifier for the call that created this call.
    - `phone_number_sid` string, uuid — **Outbound call**: the unique identifier for `OutgoingCallerId`. **Inbound call**: the unique identifier for `IncomingPhoneNumber`.
    - `price` number — The charge for the call.
    - `price_unit` string — The currency, in ISO 4127 format, for the price of the call.
    - `sid` string, uuid — The unique identifier for the call.
    - `start_time` string — The time, in RFC 2822 GMT format, on which the call began.
    - `status` 'queued' | 'ringing' | 'in-progress' | 'canceled' | 'completed' | 'busy' | 'failed' — The status of the call.
    - `subresource_uris` object — A Map of available sub-resources.
      - `notifications` string — The URI for notifications
      - `recordings` string — The URI for recordings
    - `to` string — The address that received the call. Can be either a E.164 formatted number (`+xxxxxxxxxxx`), or a SIP endpoint (`sip:xxx@yyy.zzz`).
    - `formatted_to` string — The formatted number that received the call.
    - `uri` string — The URI for the call.

---

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