v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
LLM Observability

List LLM Observability dataset records

List all records in an LLM Observability dataset, sorted by creation date, newest first.

get/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records

Path parameters

project_idstring required

The ID of the LLM Observability project.

dataset_idstring required

The ID of the LLM Observability dataset.

Query parameters

filter[version]integer

Retrieve records from a specific dataset version. Defaults to the current version.

page[cursor]string

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

page[limit]integer

Maximum number of results to return per page.

Response

OK

Example response

{
  "data": [
    {
      "created_at": "2024-01-15T10:30:00Z",
      "dataset_id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d",
      "id": "rec-7c3f5a1b-9e2d-4f8a-b1c6-3d7e9f0a2b4c",
      "updated_at": "2024-01-15T10:30:00Z"
    }
  ]
}