# GET /spreadsheets/:spreadsheet_id/rows

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

List rows in a spreadsheet.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `spreadsheet_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/spreadsheets/:spreadsheet_id/rows"   -H "Authorization: Bearer YOUR_API_KEY"
```

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