---
title: "GET /api/v1/datasets"
method: GET
path: "/api/v1/datasets"
tags: ["Datasets"]
---

# GET /api/v1/datasets

`GET /api/v1/datasets`

Retrieves multiple datasets.

## Query parameters

- `pageNumber` number — The page number.
- `pageSize` number — The page size.
- `search` string — Search term to filter datasets 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 datasets 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 dataset content was last updated.
  - `description` string, nullable, required — The internal description of the dataset.
  - `name` string, required — The display name of the dataset.
  - `workspaceId` string, uuid, required — The workspace ID that owns the dataset.

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