---
title: "GET /api/v1/datagrids"
method: GET
path: "/api/v1/datagrids"
tags: ["Datagrids"]
---

# GET /api/v1/datagrids

`GET /api/v1/datagrids`

Retrieves multiple datagrids.

## Query parameters

- `pageNumber` number — The page number.
- `pageSize` number — The page size.
- `search` string — Search term to filter datagrids by name or description.

## 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 datagrids for the workspace.

- object[]
  - `createdAt` string, date-time, required
  - `id` string, uuid, required — A UUID v4 string that identifies an entity.
  - `updatedAt` string, date-time, required
  - `contentUpdatedAt` string, date-time, required — When the content of the datagrid was last updated.
  - `description` string, nullable, required — The internal description of the datagrid.
  - `name` string, required — The display name of the datagrid.
  - `workspaceId` string, uuid, required — The workspace ID that owns the datagrid.

## Other responses

- `401` — Unauthorized.

---

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