Path parameters
-
The SID of the Trunk from which to fetch the recording settings.
GET /v1/Trunks/{TrunkSid}/Recording
curl \
-X GET https://trunking.twilio.com/v1/Trunks/{TrunkSid}/Recording \
--user "username:password"
Response examples (200)
{
"mode": "do-not-record",
"trim": "trim-silence"
}
Response examples (200)
{
"trim": "trim-silence",
"mode": "do-not-record"
}