Close
Toolcog home
toolcog
twilio
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
Create a recording for the call
Authenticated
CreateCallRecording
POST/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json
Api20100401CallRecording
Delete a recording from your account
Authenticated
DeleteCallRecording
DELETE/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json
Api20100401CallRecording
Fetch an instance of a recording for a call
Authenticated
FetchCallRecording
GET/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json
Api20100401CallRecording
Retrieve a list of recordings belonging to the call used to make the request
Authenticated
ListCallRecording
GET/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json
Api20100401CallRecording
Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.
Authenticated
UpdateCallRecording
POST/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json
Api20100401CallRecording