/agents/{id}/datasets/evaluate

Get Evaluation Dataset

Stream the raw content of an evaluation Dataset version. If no version is specified, the latest version is used.

The Dataset content is downloaded in batches. Batch size can be configured to meet specific processing requirements.

Returns a StreamingResponse, an asynchronous stream of Dataset content with:

  • Content-Type: application/octet-stream

  • Content-Disposition: attachment

  • Chunked transfer encoding

get/agents/{agent_id}/datasets/evaluate/{dataset_name}

Path parameters

agent_idstring uuid required

Agent ID associated with the evaluation dataset

Agent ID associated with the evaluation dataset

dataset_namestring required

Name of the evaluation dataset to retrieve

Name of the evaluation dataset to retrieve

Query parameters

versionstring

Version number of the evaluation dataset to retrieve. Defaults to the latest version if not specified.

Version number of the evaluation dataset to retrieve. Defaults to the latest version if not specified.

batch_sizeinteger

Batch size for processing

Batch size for processing

Response

Dataset file stream

Changes