provider LLM Observability GET /api/v2/llm-obs/v1/{project_id}/datasets
@utdk/datadog /api/v2/llm-obs/v1/{project_id}/datasets
List LLM Observability datasets
List all LLM Observability datasets for a project, sorted by creation date, newest first.
project_id path required
The ID of the LLM Observability project.
string
filter[name] query
Filter datasets by name.
string
filter[id] query
Filter datasets by dataset ID.
string
page[cursor] query
Use the Pagination cursor to retrieve the next page of results.
string
page[limit] query
Maximum number of results to return per page.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listllmobsdatasets
GET/api/v2/llm-obs/v1/{project_id}/datasets
List all LLM Observability datasets for a project, sorted by creation date, newest first.

Parameters

required

The ID of the LLM Observability project.

Filter datasets by name.

Filter datasets by dataset ID.

Use the Pagination cursor to retrieve the next page of results.

Maximum number of results to return per page.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listllmobsdatasets()