# Get concepts and tasks **GET /data/concepts/with-tasks** Retrieve all concepts and all related tasks included in the response. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **project_id** () Filter concepts by specific project ## Responses ### 200 Concepts with tasks successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Concept unique identifier - **name** (string) Concept name - **description** (string) Concept description - **project_id** (string(uuid)) Project identifier - **project_name** (string) Project name - **asset_type_name** (string) Asset type name - **tasks** (array[object]) - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)