provider Api20100401Recording GET /2010-04-01/Accounts/{AccountSid}/Recordings.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/Recordings.json
Retrieve a list of recordings belonging to the account used to make the request
Retrieve a list of recordings belonging to the account used to make the request
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.
string
DateCreated query
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.
string
DateCreated< query
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.
string
DateCreated> query
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.
string
CallSid query
The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read.
string
ConferenceSid query
The Conference SID that identifies the conference associated with the recording to read.
string
IncludeSoftDeleted query
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.
boolean
PageSize query
How many resources to return in each list page. The default is 50, and the maximum is 1000.
integer
Page query
The page index. This value is simply for client state.
integer
PageToken query
The page token. This is provided by the API.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listrecording
GET/2010-04-01/Accounts/{AccountSid}/Recordings.json
Retrieve a list of recordings belonging to the account used to make the request

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.

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.

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.

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.

The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read.

The Conference SID that identifies the conference associated with the recording to read.

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.

How many resources to return in each list page. The default is 50, and the maximum is 1000.

The page index. This value is simply for client state.

The page token. This is provided by the API.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.listrecording()