---
title: "Get the cells of a Sheet Row"
method: GET
path: "/v1/sheet-rows/{uuid}/cells"
tags: ["sheet-rows"]
---

# Get the cells of a Sheet Row

`GET /v1/sheet-rows/{uuid}/cells`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The cells of the Sheet Row

- object
  - `data` SheetRowCellRead[], required
    - `column_uuid` string, uuid, required
    - `value` union, required
      - string, nullable
      - number, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden (requires scopes `sheets:read`)
- `404` — Resource not found
- `422` — Unprocessable Entity (the Sheet Row contains more than 1000 columns)
- `429` — Too many requests

---

[API](https://skmtc.net/fieldguide/apis/fieldguide-api.md) · [All operations](https://skmtc.net/fieldguide/apis/fieldguide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldguide/fieldguide-api/revisions/6f6009a58cdd/schema)
