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

# Get Project

### Parameters

<ParamField path="id" type="string" required>
  Project id
</ParamField>

<RequestExample>
  ```bash Request theme={null}
  curl -X POST https://api.gotolstoy.com/projects/{id} \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  { "project" : { ... } }
  ```
</ResponseExample>
