# List All Recordings of an Account Use this endpoint for the [Recordings](./index.mdx) method to fetch all the recordings that are associated with your SignalWire account. This will be returned as a list of recordings. ## Parameters | Parameter | Description | | : | :-- | | CallSid optional | The unique identifier of the call associated with this recording. | | ConferenceSid optional | The unique identifier of the conference associated with this recording. | | DateCreated optional | Shows recordings that were created on the date provided. Format as **YYYY-MM-DD** in UTC. You can also append < or > to return a range of recordings. For example, use DateCreated< to return recordings created on or before midnight of the date, or DateCreated> to return recordings created on or after midnight of the date. | ## Examples ### Request 200 OK
json { end: 0, first_page_uri: /api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings.json?PageSize=1&Page=0, next_page_uri: /api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings.json?PageSize=1&Page=1, page: 0, page_size: 1, previous_page_uri: /api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings.json?PageSize=1&Page=0, recordings: [ { api_version: 2010-04-01, channels: 1, date_created: Tue, 25 Sept 2018 23:00:00 +0000, date_updated: Wed, 26 Sept 2018 23:00:04 +0000, start_time: Tue, 25 Sept 2018 23:00:00 +0000, end_time: Wed, 26 Sept 2018 23:00:04 +0000, price: -0.0025, price_unit: USD, duration: 4, source: StartConferenceRecordingAPI, status: completed, error_code: null, uri: /api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Conferences/2071320d-ee82-4578-84e0-379fb227eb77/Recordings/19e436af-5688-4307-b03b-bdb2b42b8142.json, subresource_uris: { transcriptions: /api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings/19e436af-5688-4307-b03b-bdb2b42b8142/Transcriptions.json } } ], start: 0, uri: /api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings.json?PageSize=1&Page=0, } ### Request: List All Recordings of a Call List All Recordings of a Call.