# Get projects `GET` `/api/v1/carve/projects` Return the active carve projects in the account linked to the API key that the key's user may see. ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | id | string | — | | name | string | — | | status | string | — | | is_sample | boolean | — | | created_at | string | — | | updated_at | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden |