# List project scenarios `GET` `/api/v1/carve/projects/{project_id}/scenarios` Return scenarios for the given project, ordered by creation date descending. Scenarios are cached locally and reflect the last time project assets were fetched. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_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 |