---
title: "List LLM Observability projects"
method: GET
path: "/api/v2/llm-obs/v1/projects"
tags: ["LLM Observability"]
---

# List LLM Observability projects

`GET /api/v2/llm-obs/v1/projects`

List all LLM Observability projects sorted by creation date, newest first.

## Query parameters

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

## Response `200`

OK

- LLMObsProjectsResponse — Response containing a list of LLM Observability projects.
  - `data` LLMObsProjectDataResponse[], required — List of projects.
    - `attributes` LLMObsProjectDataAttributesResponse, required — Attributes of an LLM Observability project.
      - `created_at` string, date-time, required — Timestamp when the project was created.
      - `description` string, nullable, required — Description of the project.
      - `name` string, required — Name of the project.
      - `updated_at` string, date-time, required — Timestamp when the project was last updated.
    - `id` string, required — Unique identifier of the project.
    - `type` 'projects', required — Resource type of an LLM Observability project.
  - `meta` LLMObsCursorMeta — Pagination cursor metadata.
    - `after` string, nullable — Cursor for the next page of results.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
