# Get scenario account sheet schema `GET` `/api/v1/carve/projects/{project_id}/scenarios/{scenario_id}/account-sheet/schema` Returns the field names, types, and primary key for the account sheet associated with the given scenario, without downloading all row data. The scenario must belong to the authenticated account and must be executed. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | scenario_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | fields | array[object] | — | | fields.name | string | — | | fields.type | string | — | | primary_key | array[string] | — | ## Errors | Status | Description | |--------|-------------| | 404 | Not Found | | 409 | Conflict | | 502 | Bad Gateway |