A Call SID is the unique ID for any incoming or outgoing voice call successfully created by Twilio’s API. It is a 34 character string that starts with CA...
.
You can find the SID for a specific call by looking at your Call logs in Console, or by making a request to the Calls List Resource via the REST API.
What are the different types of Call SIDs?
Each connection in to Twilio or out from Twilio is considered a separate call, and is assigned a unique Call SID. If a voice call with Twilio uses the <Dial> TwiML verb to create a bridged call out from Twilio, we would consider these parent and child calls.
For example, if you receive incoming calls to your Twilio number, and then forward the calls out to another phone number, you would see two separate calls in your logs:
- An incoming call to your Twilio number - the parent call
- An outgoing <Dial> call to the forwarding number - the child call.
Find a Call SID from Console
- Login to your Twilio account at www.twilio.com.
- Click Monitor
- Click Logs
-
Click on Calls to view the Call log.
-
The Call SID is displayed in the call log listing.
-
Click a Call SID of interest to view the details for that Call SID. Any Child Call SIDs will be displayed below.
-
Click a Call SID of interest to view the details for that Call SID. Any Child Call SIDs will be displayed below.
Find a Call SID via the REST API
To find the Call SID for a specific call via the REST API, make a GET request to the call list resource. This will return a list of calls associated with your account, along with the specific details.
How much do Twilio calls cost?
Twilio calls can vary in price depending on the call length, the destination, where the call was originated from, the Twilio call service(s) used (conference, recording, transcriptions, etc) and the Twilio product used. Please see our pricing sites for specifics:
- Twilio Programmable Voice pricing: https://www.twilio.com/voice/pricing
- Twilio Elastic SIP Trunking pricing: https://www.twilio.com/sip-trunking/pricing/us
- Twilio Client pricing: https://www.twilio.com/client/pricing