# Get project scenario `GET` `/api/v1/carve/projects/{project_id}/scenarios/{scenario_id}` Return a single scenario by ID. The scenario must belong to the given project. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | scenario_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | id | string | — | | name | string | — | | is_executed | boolean | — | | created_at | string | — | | description | string | Short human-readable summary of the scenario. | | description_is_user_set | boolean | True if the description was explicitly set by a user. | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found |