provider LLM Observability GET
/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records @utdk/datadog
/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records List LLM Observability dataset records
List all records in an LLM Observability dataset, sorted by creation date, newest first.
- project_id path required
- The ID of the LLM Observability project.
- string
- dataset_id path required
- The ID of the LLM Observability dataset.
- string
- filter[version] query
- Retrieve records from a specific dataset version. Defaults to the current version.
- integer
- 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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listllmobsdatasetrecords()