---
title: "List LLM Observability datasets"
method: GET
path: "/api/v2/llm-obs/v1/{project_id}/datasets"
tags: ["LLM Observability"]
---

# List LLM Observability datasets

`GET /api/v2/llm-obs/v1/{project_id}/datasets`

List all LLM Observability datasets for a project, sorted by creation date, newest first.

## Path parameters

- `project_id` string, required

## Query parameters

- `filter[name]` string
- `filter[id]` string
- `page[cursor]` string
- `page[limit]` integer

## Response `200`

OK

- LLMObsDatasetsResponse — Response containing a list of LLM Observability datasets.
  - `data` LLMObsDatasetDataResponse[], required — List of datasets.
    - `attributes` LLMObsDatasetDataAttributesResponse, required — Attributes of an LLM Observability dataset.
      - `created_at` string, date-time, required — Timestamp when the dataset was created.
      - `current_version` integer, required — Current version number of the dataset.
      - `description` string, nullable, required — Description of the dataset.
      - `metadata` object, nullable, required — Arbitrary metadata associated with the dataset.
      - `name` string, required — Name of the dataset.
      - `updated_at` string, date-time, required — Timestamp when the dataset was last updated.
    - `id` string, required — Unique identifier of the dataset.
    - `type` 'datasets', required — Resource type of an LLM Observability dataset.
  - `meta` LLMObsCursorMeta — Pagination cursor metadata.
    - `after` string, nullable — Cursor for the next page of results.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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