---
title: "Retrieve a list of outgoing-caller-ids belonging to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json"
tags: ["Api20100401OutgoingCallerId"]
---

# Retrieve a list of outgoing-caller-ids belonging to the account used to make the request

`GET /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json`

Retrieve a list of outgoing-caller-ids belonging to the account used to make the request

## Path parameters

- `AccountSid` string, required

## Query parameters

- `PhoneNumber` string, phone-number
- `FriendlyName` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `outgoing_caller_ids` ApiV2010AccountOutgoingCallerId[]
    - `sid` string, nullable — The unique string that that we created to identify the OutgoingCallerId resource.
    - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource.
    - `phone_number` string, phone-number, nullable — The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.
    - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.

---

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