> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a Live Stream

> Use this action to retrieve a live stream. [Learn more in Mux's documentation](https://docs.mux.com/api-reference#video/operation/get-live-stream)

### Fields

| **Field**          | **Type** | **Description**    |
| ------------------ | -------- | ------------------ |
| **Live stream id** | Text     | The live stream id |

### Returned Values

| **Field**             | **Type**    | **Description**                                                                                                                 |
| --------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **stream key**        | Text        | Unique key for streaming to a Mux RTMP endpoint. Treat this as sensitive information; anyone with this key can begin streaming. |
| **status**            | Text        | Status of the stream. Possible values: **active**, **idle**, **disabled**.                                                      |
| **reconnect window**  | Text        | Duration (in seconds) that Mux will wait for reconnection before ending the stream.                                             |
| **playback ids**      | Text (list) | List of Playback IDs, used to generate HLS playback URLs.                                                                       |
| **playback policies** | Text        | Lists the playback policies: **public**, **signed**, **drm**.                                                                   |
| **id**                | Text        | Unique identifier for the live stream. Maximum of 255 characters.                                                               |
| **created at**        | Text        | Creation timestamp for the live stream, given as a Unix timestamp (seconds since epoch).                                        |

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=bubble-video-audio-live">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=bubble-video-audio-live">
      idea board.
    </a>
  </Card>
</CardGroup>
