List grids
Grids
List grids
List the grids in your account, including a column-schema summary and row count per grid.
GET
List grids
Returns the grids visible to your API key, with enough metadata to discover grid IDs before exporting their rows via Get grid rows.Documentation Index
Fetch the complete documentation index at: https://docs.retailgrid.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Bearer token. See Authentication.Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Page size, default 50, max 200. |
cursor | string | No | Opaque pagination cursor returned by a previous response. |
name | string | No | Case-insensitive substring match against grid name. |
updated_after | string (ISO-8601, UTC) | No | Only return grids updated at or after this timestamp. |
Response
columns array is a summary - column names, semantic type, and where each column came from (canonical, custom, formula, ai). It does not include row values. To pull row values, call Get grid rows with the grid_id.
