# Stream Recordings Recordings generated from live streams ## List user stream recordings - [GET /streams/me/recordings](https://api.livepush.io/openapi/stream-recordings/paths/~1streams~1me~1recordings/get.md): Returns the list of stream recordings owned by the authenticated user. These recordings are generated from live streams and may include completed, queued, or errored recording entries. ## List stream recordings by stream - [GET /streams/{stream_id}/recordings](https://api.livepush.io/openapi/stream-recordings/paths/~1streams~1%7Bstream_id%7D~1recordings/get.md): Returns the list of recordings generated for a specific live stream. This endpoint is useful for retrieving all historical recordings associated with a single stream.