# GET /spreadsheets/:id/rows

**Resource:** [Spreadsheets](./spreadsheets.md)  
**Scopes:** `spreadsheets:read`  
**Write operation:** no

List all rows in a spreadsheet ordered by row_index. Each row has a cells object keyed by column ID.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Spreadsheet ID |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`