# Returns a list of MediaProcessors **GET /v1/MediaProcessors** Returns a list of MediaProcessors. A MediaProcessor resource provides the ability to capture content from a web application with a Twilio Media Extension to create a livestream. ## 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 `started`, `ended` or `failed`. - **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_processors** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)