# Get concept **GET /data/concepts/{concept_id}** Retrieve detailed information about a specific concept including metadata, project context, and related data. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **concept_id** () Unique identifier of the concept ## Responses ### 200 Concept information successfully retrieved #### Body: application/json (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)