# Returns a list of MediaRecordings **GET /v1/MediaRecordings** Returns a list of MediaRecordings. A MediaRecording resource exposes recording metadata and allows the deletion of a particular recording. ## Servers ## Parameters ### Query parameters - **Order** (string) The sort order of the list by `date_created`. Can be: `asc` (ascending) or `desc` (descending) with `desc` as the default. - **Status** (string) Status to filter by, with possible values `processing`, `completed`, `deleted`, or `failed`. - **ProcessorSid** (string) SID of a MediaProcessor to filter by. - **SourceSid** (string) SID of a MediaRecording source to filter by. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **media_recordings** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)