GET
/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.jsonGet an outgoing caller ID
Retrieves one outgoing caller ID belonging to the account used for the request. Use Sid to identify the caller ID and inspect its friendly name, phone number, account association, and timestamps.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The SID of the account that created the outgoing caller ID. Must be a 34-character SID matching the `AC` account identifier format.
Sidstringrequired
The unique SID of the outgoing caller ID to retrieve. Must be a 34-character SID beginning with `PN`.
200Returns the outgoing caller ID object, including its SID, friendly name, E.164 phone number, account SID, creation and update timestamps, and resource URI.
sidstringoptional
The unique string that that we created to identify the OutgoingCallerId resource.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
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_namestringoptional
The string that you assigned to describe the resource.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource.
phone_numberstringoptional
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.
uristringoptional
The URI of the resource, relative to `https://api.twilio.com`.
Error handling
AccountSid must be a 34-character SID beginning with AC, and Sid must be a 34-character outgoing caller ID SID beginning with PN. The phone_number in the returned resource uses E.164 format.