---
title: "Fetch multiple call resources"
method: GET
path: "/texml/Accounts/{account_sid}/Calls"
tags: ["TeXML REST Commands"]
---

# Fetch multiple call resources

`GET /texml/Accounts/{account_sid}/Calls`

Returns multiple call resouces for an account. This endpoint is eventually consistent.

## Path parameters

- `account_sid` string, required

## Query parameters

- `Page` integer
- `PageSize` integer
- `PageToken` string
- `To` string
- `From` string
- `Status` 'canceled' | 'completed' | 'failed' | 'busy' | 'no-answer'
- `StartTime` string
- `StartTime>` string
- `StartTime<` string
- `EndTime` string
- `EndTime>` string
- `EndTime<` string

## Response `200`

Multiple call resources.

- CallResourceIndex
  - `calls` CallResource[]
    - `account_sid` string — The id of the account the resource belongs to.
    - `answered_by` 'human' | 'machine' | 'not_sure' — The value of the answering machine detection result, if this feature was enabled for the call.
    - `caller_name` string — Caller ID, if present.
    - `date_created` string — The timestamp of when the resource was created.
    - `date_updated` string — The timestamp of when the resource was last updated.
    - `direction` 'inbound' | 'outbound' — The direction of this call.
    - `duration` string — The duration of this call, given in seconds.
    - `end_time` string — The end time of this call.
    - `from` string — The phone number or SIP address that made this call.
    - `from_formatted` string — The from number formatted for display.
    - `price` string — The price of this call, the currency is specified in the price_unit field. Only populated when the call cost feature is enabled for the account.
    - `price_unit` string — The unit in which the price is given.
    - `sid` string — The identifier of this call.
    - `start_time` string — The start time of this call.
    - `status` 'ringing' | 'in-progress' | 'canceled' | 'completed' | 'failed' | 'busy' | 'no-answer' — The status of this call.
    - `to` string — The phone number or SIP address that received this call.
    - `to_formatted` string — The to number formatted for display.
    - `uri` string — The relative URI for this call.
  - `end` integer — The number of the last element on the page, zero-indexed.
  - `first_page_uri` string — /v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Calls.json?Page=0&PageSize=1
  - `next_page_uri` string — /v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Calls.json?Page=1&PageSize=1&PageToken=MTY4AjgyNDkwNzIxMQ
  - `page` integer — Current page number, zero-indexed.
  - `page_size` integer — The number of items on the page
  - `start` integer — The number of the first element on the page, zero-indexed.
  - `uri` string — The URI of the current page.

## Other responses

- `404` — Resource not found

## Changes

> 93 revisions in range; 1 not diffed.

- **2026-09-25** `eaa5a559addf` — 4 warning, 4 info
  - deleted the `query` request parameter `EndTime_gt`
  - deleted the `query` request parameter `EndTime_lt`
  - deleted the `query` request parameter `StartTime_gt`
  - deleted the `query` request parameter `StartTime_lt`
  - …4 more

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/texml/Accounts/:account_sid/Calls/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/88481995b4ca?raw)
