# Returns a single PlayerStreamer resource identified by a SID **GET /v1/PlayerStreamers/{Sid}** Returns a single PlayerStreamer resource identified by a SID. A PlayerStreamer resource provides the ability to send a livestream to a JavaScript, iOS, or Android Player SDK. ## Servers ## Parameters ### Path parameters - **Sid** (string) The SID of the PlayerStreamer resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **ended_reason** (string | null) The reason why a PlayerStreamer ended - **links** (object(uri-map) | null) The URLs of related resources - **max_duration** (integer | null) Maximum PlayerStreamer duration in seconds - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The status of the PlayerStreamer - **status_callback** (string(uri) | null) The URL to which Twilio will send PlayerStreamer event updates - **status_callback_method** (string(http-method) | null) The HTTP method Twilio should use to call the `status_callback` URL - **url** (string(uri) | null) The absolute URL of the resource - **video** (boolean | null) Whether the PlayerStreamer is configured to stream video [Powered by Bump.sh](https://bump.sh)