---
title: "List Datasets V1"
method: GET
path: "/v1/datasets"
tags: ["dataset", "v1"]
---

# List Datasets V1

`GET /v1/datasets`

List datasets visible to the caller's organization.

Supports both user-session (JWT) and API-key (Galileo-API-Key) authentication.
Admins see all org datasets; non-admins see datasets shared with them via
project membership, direct share, or group share. API keys scoped to a
project are constrained to that project's datasets.

## Query parameters

- `project_id` string, uuid4, nullable — Filter datasets linked to this project.
- `search` string, nullable
- `starting_token` integer
- `limit` integer

## Response `200`

Successful Response

- V1ListDatasetsResponse
  - `starting_token` integer
  - `limit` integer
  - `paginated` boolean
  - `next_starting_token` integer, nullable
  - `datasets` V1DatasetEntry[]
    - `id` string, uuid4, required
    - `name` string, required
    - `row_count` integer, nullable
    - `project_ids` string[]
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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