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

# Get translated question

> Fetch a single question translation

<ParamField path="translated_question_id" type="string" required>
  The translated-question ID.
</ParamField>

### Response

A single translated-question object — see [List translated questions](/api-reference/translated-questions/list-translated-questions) for the shape.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.getversive.com/api/v1/translated-questions/tq-321 \
    -H "Authorization: Bearer $VERSIVE_API_KEY"
  ```
</RequestExample>
