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

# Get project

> Retrieve a single project by ID.

Returns details for a specific project.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the project.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "id": "770e8400-e29b-41d4-a716-446655440002",
      "name": "Client Website Redesign",
      "organization_id": "660e8400-e29b-41d4-a716-446655440001"
    }
  }
  ```
</ResponseExample>
