# Returns a list of PlayerStreamers **GET /v1/PlayerStreamers** Returns a list of PlayerStreamers. A PlayerStreamer resource provides the ability to send a livestream to a JavaScript, iOS, or Android Player SDK. ## 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 `created`, `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) - **meta** (object) - **player_streamers** (array[object]) [Powered by Bump.sh](https://bump.sh)