---
title: "List Rows"
method: GET
path: "/v1/rows"
---

# List Rows

`GET /v1/rows`

List organization-visible custom rows.

Requires the **Export** permission (`read` scope). Private rows owned by
individual users are excluded. Rows accept custom source UUIDs only and use
cursor-based pagination.

## Query parameters

- `sourceId` string, nullable
- `objectTypeId` string, uuid, nullable
- `remoteId` string, nullable
- `name` string, nullable
- `createdAfter` string, nullable
- `createdBefore` string, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- ListRowsResponse
  - `rows` RowListItem[], required
    - `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
  - `pagination` PaginationInfo, required — Cursor-based pagination metadata returned alongside list responses. All public-API list endpoints emit the same shape: pass ``next_cursor`` back as the ``cursor`` query parameter to fetch the next page; check ``has_more`` to know whether more pages exist.
    - `nextCursor` string, nullable
    - `hasMore` boolean

## 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)
