---
title: "Get Row"
method: GET
path: "/v1/rows/{rowId}"
---

# Get Row

`GET /v1/rows/{rowId}`

Return one organization-visible custom row by its Sybill ID.

Requires the **Export** permission (`read` scope). The response shape matches
a row returned by the list endpoint.

## Path parameters

- `rowId` string, uuid, required

## Response `200`

Successful Response

- RowDetail — Same shape as list - rows are simple enough that list ~= detail.
  - `rowId` string, uuid, required
  - `sourceId` string, required
  - `objectTypeId` string, uuid, required
  - `objectTypeName` string, required
  - `remoteId` string, required
  - `name` string, required
  - `fields` object
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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