> ## 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.

# Credit ID

> Know how to get a credit ID

`credit-id`is a required parameter that allows you to retrieve movie or TV show credit.

Follow these steps to get a movie credit\_id:

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

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

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

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

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

Follow these steps to get a TV Episode credit\_id:

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

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