---
title: "GET /api/v1/datagrid-rows"
method: GET
path: "/api/v1/datagrid-rows"
tags: ["Datagrid Rows"]
---

# GET /api/v1/datagrid-rows

`GET /api/v1/datagrid-rows`

Retrieves multiple datagrid rows.

## Query parameters

- `datagridColumnIds` union
  - string[]
  - string, uuid — A UUID v4 string that identifies an entity.
- `datagridId` string, uuid, required — A UUID v4 string that identifies an entity.
- `mode` 'semantic' | 'similarity'
- `operator` 'ilike' | 'not ilike'
- `pageNumber` number — The page number.
- `pageSize` number — The page size.
- `search` string

## Headers

- `authorization` string, required — The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

## Response `200`

Retrieves all datagrid rows for the specified datagrid.

- object[]
  - `createdAt` string, date-time, required
  - `id` string, uuid, required — A UUID v4 string that identifies an entity.
  - `updatedAt` string, date-time, required
  - `datagridId` string, uuid, required — A UUID v4 string that identifies an entity.
  - `position` integer, required
  - `datagridValues` object[], required
    - `createdAt` string, date-time, required
    - `id` string, uuid, required — A UUID v4 string that identifies an entity.
    - `updatedAt` string, date-time, required
    - `datagridColumnId` string, uuid, required — A UUID v4 string that identifies an entity.
    - `datagridId` string, uuid, required — A UUID v4 string that identifies an entity.
    - `datagridRowId` string, uuid, required — A UUID v4 string that identifies an entity.
    - `detail` union, required
      - object
        - `type` 'string', required
        - `value` string, nullable, required
      - object
        - `type` 'number', required
        - `value` number, nullable, required
      - object
        - `type` 'boolean', required
        - `value` boolean, nullable, required
      - object
        - `type` 'file', required
        - `value` object[], nullable, required
          - `description` string, nullable, required
          - `extension` union, required
            - 'png'
            - 'pdf'
            - 'txt'
            - 'md'
          - `filePath` string, required
          - `id` string, uuid, required — A UUID v4 string that identifies an entity.
          - `name` string, required

## Other responses

- `401` — Unauthorized.
- `404` — Datagrid not found.

---

[API](https://skmtc.dev/zaia/apis/public-api.md) · [All operations](https://skmtc.dev/zaia/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zaia/public-api/revisions/58da3b2ba49f/schema)
