---
title: "List datasets"
method: GET
path: "/v2/datasets"
tags: ["Datasets"]
---

# List datasets

`GET /v2/datasets`

Retrieves a paginated list of datasets for the current workspace. Results can be paginated using cursor-based pagination.

## Query parameters

- `limit` integer — A limit on the number of objects to be returned. Limit can range between 1 and 200, and the default is 10
- `starting_after` string — A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 20 objects, ending with `01JJ1HDHN79XAS7A01WB3HYSDB`, your subsequent call can include `after=01JJ1HDHN79XAS7A01WB3HYSDB` in order to fetch the next page of the list.
- `ending_before` string — A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 20 objects, starting with `01JJ1HDHN79XAS7A01WB3HYSDB`, your subsequent call can include `before=01JJ1HDHN79XAS7A01WB3HYSDB` in order to fetch the previous page of the list.
- `search` string — Filter datasets by display name (case-insensitive match).
- `updated_by` string — Comma-separated list of user IDs; returns datasets last updated by any of them.

## Response `200`

Datasets Retrieved Successfully

- object
  - `object` 'list', required
  - `data` object[], required
    - `_id` union, required — The unique identifier of the dataset
      - string
      - string, ulid — The id of the resource
    - `display_name` string, required — The display name of the dataset
    - `project_id` union, required — The unique identifier of the project it belongs to
      - string
      - string, ulid — The id of the resource
    - `workspace_id` union, required — The unique identifier of the workspace it belongs to
      - string
      - string, ulid — The id of the resource
    - `metadata` object, required
      - `total_versions` number, required
      - `datapoints_count` number, required
    - `created_by_id` union — The unique identifier of the user who created the dataset
      - string
      - string, ulid — The id of the resource
    - `updated_by_id` union — The unique identifier of the user who last updated the dataset
      - string
      - string, ulid — The id of the resource
    - `created` union — The date and time the resource was created
      - string, date-time
      - string, date-time
    - `updated` union — The date and time the resource was last updated
      - string, date-time
      - string, date-time
  - `has_more` boolean, required

## Changes

> 257 revisions in range; 71 not diffed.

- **2026-09-01** `359a7831a2f0` — 2 info
  - the `` response's property default value changed from `2026-09-01T07:51:05.805Z` to `2026-09-01T11:45:49.928Z` for the status `200`
  - the `created` response's property default value changed from `2026-09-01T07:51:05.805Z` to `2026-09-01T11:45:49.927Z` for the status `200`
- **2026-09-01** `66b8a4902911` — 2 info
  - the `` response's property default value changed from `2026-09-01T06:04:38.639Z` to `2026-09-01T07:51:05.805Z` for the status `200`
  - the `created` response's property default value changed from `2026-09-01T06:04:38.638Z` to `2026-09-01T07:51:05.805Z` for the status `200`
- **2026-09-01** `081200e02fe0` — 2 info
  - the `` response's property default value changed from `2026-08-31T22:50:44.228Z` to `2026-09-01T06:04:38.639Z` for the status `200`
  - the `created` response's property default value changed from `2026-08-31T22:50:44.227Z` to `2026-09-01T06:04:38.638Z` for the status `200`
- **2026-08-31** `b22330eb2d5a` — 2 info
  - the `` response's property default value changed from `2026-08-31T11:24:22.202Z` to `2026-08-31T22:50:44.228Z` for the status `200`
  - the `created` response's property default value changed from `2026-08-31T11:24:22.202Z` to `2026-08-31T22:50:44.227Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/datasets/get.md)

---

[API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.dev/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/359a7831a2f0/schema)
