# Get project concepts **GET /data/projects/{project_id}/concepts** Retrieve all concepts that are related to a specific project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** () Unique identifier of the project ## Responses ### 200: List of project concepts successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Concept unique identifier - **name** (string) Concept name - **description** (string) Concept description - **project_id** (string(uuid)) Project identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)