Skip to main content

Retrieve a Call

Use this endpoint for the Calls method to retrieve a single call.

Parameters

ParameterDescription
Sid RequiredThe Call SID that uniquely identifies the call to retrieve.

Request

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json \
-X GET \
-u "YourProjectID:YourAuthToken"