/twilio-recordings | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
twilio_recordings_create_incoming_phone_number_assigned_add_on | Assign an Add-on installation to the Number specified. |
twilio_recordings_delete_incoming_phone_number_assigned_add_on | Remove the assignment of an Add-on installation from the Number specified. |
twilio_recordings_delete_recording | Delete a recording from your account |
twilio_recordings_delete_recording_add_on_result | Delete a result and purge all associated Payloads |
twilio_recordings_delete_recording_add_on_result_payload | Delete a payload from the result along with all associated Data |
twilio_recordings_delete_recording_transcription | DELETE /Recordings/{RecordingSid}/Transcriptions/{Sid}.json |
twilio_recordings_delete_transcription | Delete a transcription from the account used to make the request |
twilio_recordings_fetch_incoming_phone_number_assigned_add_on | Fetch an instance of an Add-on installation currently assigned to this Number. |
twilio_recordings_fetch_incoming_phone_number_assigned_add_on_extension | Fetch an instance of an Extension for the Assigned Add-on. |
twilio_recordings_fetch_recording | Fetch an instance of a recording |
twilio_recordings_fetch_recording_add_on_result | Fetch an instance of an AddOnResult |
twilio_recordings_fetch_recording_add_on_result_payload | Fetch an instance of a result payload |
twilio_recordings_fetch_recording_add_on_result_payload_data | Fetch an instance of a result payload |
twilio_recordings_fetch_recording_transcription | GET /Recordings/{RecordingSid}/Transcriptions/{Sid}.json |
twilio_recordings_fetch_transcription | Fetch an instance of a Transcription |
twilio_recordings_list_incoming_phone_number_assigned_add_on | Retrieve a list of Add-on installations currently assigned to this Number. |
twilio_recordings_list_incoming_phone_number_assigned_add_on_extension | Retrieve a list of Extensions for the Assigned Add-on. |
twilio_recordings_list_recording | Retrieve a list of recordings belonging to the account used to make the request |
twilio_recordings_list_recording_add_on_result | Retrieve a list of results belonging to the recording |
twilio_recordings_list_recording_add_on_result_payload | Retrieve a list of payloads belonging to the AddOnResult |
twilio_recordings_list_recording_transcription | GET /Recordings/{RecordingSid}/Transcriptions.json |
twilio_recordings_list_transcription | Retrieve a list of transcriptions belonging to the account used to make the request |
twilio_recordings_list_usage_record_all_time | GET /Usage/Records/AllTime.json |
twilio_recordings_list_usage_record_daily | GET /Usage/Records/Daily.json |
twilio_recordings_list_usage_record_last_month | GET /Usage/Records/LastMonth.json |
twilio_recordings_list_usage_record_monthly | GET /Usage/Records/Monthly.json |
twilio_recordings_list_usage_record_this_month | GET /Usage/Records/ThisMonth.json |
twilio_recordings_list_usage_record_today | GET /Usage/Records/Today.json |
twilio_recordings_list_usage_record_yearly | GET /Usage/Records/Yearly.json |
twilio_recordings_list_usage_record_yesterday | GET /Usage/Records/Yesterday.json |
twilio_recordings_create_incoming_phone_number_assigned_add_on
Assign an Add-on installation to the Number specified. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ResourceSid | string | Yes | — | The SID of the Phone Number to assign the Add-on. |
InstalledAddOnSid | string | Yes | — | The SID that identifies the Add-on installation. |
twilio_recordings_delete_incoming_phone_number_assigned_add_on
Remove the assignment of an Add-on installation from the Number specified. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ResourceSid | string | Yes | — | The SID of the Phone Number to which the Add-on is assigned. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the resource to delete. |
twilio_recordings_delete_recording
Delete a recording from your account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording resource to delete. |
twilio_recordings_delete_recording_add_on_result
Delete a result and purge all associated Payloads Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the result to delete belongs. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete. |
twilio_recordings_delete_recording_add_on_result_payload
Delete a payload from the result along with all associated Data Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. |
AddOnResultSid | string | Yes | — | The SID of the AddOnResult to which the payloads to delete belongs. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. |
twilio_recordings_delete_recording_transcription
DELETE /Recordings/{RecordingSid}/Transcriptions/{Sid}.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
RecordingSid | string | Yes | — | The SID of the Recording that created the transcription to delete. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Transcription resource to delete. |
twilio_recordings_delete_transcription
Delete a transcription from the account used to make the request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Transcription resource to delete. |
twilio_recordings_fetch_incoming_phone_number_assigned_add_on
Fetch an instance of an Add-on installation currently assigned to this Number. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ResourceSid | string | Yes | — | The SID of the Phone Number to which the Add-on is assigned. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the resource to fetch. |
twilio_recordings_fetch_incoming_phone_number_assigned_add_on_extension
Fetch an instance of an Extension for the Assigned Add-on. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ResourceSid | string | Yes | — | The SID of the Phone Number to which the Add-on is assigned. |
AssignedAddOnSid | string | Yes | — | The SID that uniquely identifies the assigned Add-on installation. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the resource to fetch. |
twilio_recordings_fetch_recording
Fetch an instance of a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording resource to fetch. |
IncludeSoftDeleted | boolean | No | — | A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days. |
twilio_recordings_fetch_recording_add_on_result
Fetch an instance of an AddOnResult Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the result to fetch belongs. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch. |
twilio_recordings_fetch_recording_add_on_result_payload
Fetch an instance of a result payload Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. |
AddOnResultSid | string | Yes | — | The SID of the AddOnResult to which the payload to fetch belongs. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. |
twilio_recordings_fetch_recording_add_on_result_payload_data
Fetch an instance of a result payload Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. |
AddOnResultSid | string | Yes | — | The SID of the AddOnResult to which the payload to fetch belongs. |
PayloadSid | string | Yes | — | The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. |
twilio_recordings_fetch_recording_transcription
GET /Recordings/{RecordingSid}/Transcriptions/{Sid}.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
RecordingSid | string | Yes | — | The SID of the Recording that created the transcription to fetch. |
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Transcription resource to fetch. |
twilio_recordings_fetch_transcription
Fetch an instance of a Transcription Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Sid | string | Yes | — | The Twilio-provided string that uniquely identifies the Transcription resource to fetch. |
twilio_recordings_list_incoming_phone_number_assigned_add_on
Retrieve a list of Add-on installations currently assigned to this Number. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ResourceSid | string | Yes | — | The SID of the Phone Number to which the Add-on is assigned. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_incoming_phone_number_assigned_add_on_extension
Retrieve a list of Extensions for the Assigned Add-on. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ResourceSid | string | Yes | — | The SID of the Phone Number to which the Add-on is assigned. |
AssignedAddOnSid | string | Yes | — | The SID that uniquely identifies the assigned Add-on installation. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_recording
Retrieve a list of recordings belonging to the account used to make the request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
DateCreated | string | No | — | Only include recordings that were created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read recordings that were created on this date. You can also specify an inequality, such as DateCreated<=YYYY-MM-DD, to read recordings that were created on or before midnight of this date, and DateCreated>=YYYY-MM-DD to read recordings that were created on or after midnight of this date. |
DateCreated< | string | No | — | Only include recordings that were created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read recordings that were created on this date. You can also specify an inequality, such as DateCreated<=YYYY-MM-DD, to read recordings that were created on or before midnight of this date, and DateCreated>=YYYY-MM-DD to read recordings that were created on or after midnight of this date. |
DateCreated> | string | No | — | Only include recordings that were created on this date. Specify a date as YYYY-MM-DD in GMT, for example: 2009-07-06, to read recordings that were created on this date. You can also specify an inequality, such as DateCreated<=YYYY-MM-DD, to read recordings that were created on or before midnight of this date, and DateCreated>=YYYY-MM-DD to read recordings that were created on or after midnight of this date. |
CallSid | string | No | — | The Call SID of the resources to read. |
ConferenceSid | string | No | — | The Conference SID that identifies the conference associated with the recording to read. |
IncludeSoftDeleted | boolean | No | — | A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_recording_add_on_result
Retrieve a list of results belonging to the recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the result to read belongs. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_recording_add_on_result_payload
Retrieve a list of payloads belonging to the AddOnResult Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ReferenceSid | string | Yes | — | The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs. |
AddOnResultSid | string | Yes | — | The SID of the AddOnResult to which the payloads to read belongs. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_recording_transcription
GET /Recordings/{RecordingSid}/Transcriptions.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
RecordingSid | string | Yes | — | The SID of the Recording that created the transcriptions to read. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_transcription
Retrieve a list of transcriptions belonging to the account used to make the request Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_all_time
GET /Usage/Records/AllTime.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_daily
GET /Usage/Records/Daily.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_last_month
GET /Usage/Records/LastMonth.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_monthly
GET /Usage/Records/Monthly.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_this_month
GET /Usage/Records/ThisMonth.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_today
GET /Usage/Records/Today.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_yearly
GET /Usage/Records/Yearly.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |
twilio_recordings_list_usage_record_yesterday
GET /Usage/Records/Yesterday.json Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Category | string | No | — | The usage category of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. |
StartDate | string | No | — | Only include usage that has occurred on or after this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: -30days, which will set the start date to be 30 days before the current date. |
EndDate | string | No | — | Only include usage that occurred on or before this date. Specify the date in GMT and format as YYYY-MM-DD. You can also specify offsets from the current date, such as: +30days, which will set the end date to 30 days from the current date. |
IncludeSubaccounts | boolean | No | — | Whether to include usage from the master account and all its subaccounts. Can be: true (the default) to include usage from the master account and all subaccounts or false to retrieve usage from only the specified account. |
PageSize | integer | No | — | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Page | integer | No | — | The page index. This value is simply for client state. |
PageToken | string | No | — | The page token. This is provided by the API. |

