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

# Review ID

> Know how to retrieve a review ID

`review_id`is a required parameter that allows you to retrieve the review of a particular movie or TV show.

Follow these steps to get a movie review\_id:

<Steps>
  <Step title="Step 1">
    Make a request to the Review  [endpoint](https://starlight.mintlify.app/api-reference/endpoints/reviews).
  </Step>

  <Step title="Step 2">
    Get the `review_id` from the retrieved response.
  </Step>
</Steps>

Follow these steps to get a TV show review\_id:

<Steps>
  <Step title="Step 1">
    Make a request to the Review  [endpoint](https://starlight.mintlify.app/api-reference/endpoints/reviews-1).
  </Step>

  <Step title="Step 2">
    Get the `review_id` from the retrieved response.
  </Step>
</Steps>
