Interface AgentObservabilityApiListLLMObsDatasetRecordsRequest

Hierarchy

  • AgentObservabilityApiListLLMObsDatasetRecordsRequest

Properties

datasetId: string

The ID of the Agent Observability dataset.

filterVersion?: number

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

pageCursor?: string

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

pageLimit?: number

Maximum number of results to return per page.

projectId: string

The ID of the Agent Observability project.

Generated using TypeDoc