/agents/{id}/datasets/tune
Get Tuning Dataset
Stream the raw content of a tuning 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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID associated with the tune dataset
Name of the tune dataset to retrieve
Query Parameters
Version number of the tune dataset to retrieve. Defaults to the latest version if not specified.
Batch size for processing
Required range:
1 <= x <= 1000
Response
200
application/octet-stream
Dataset file stream
The response is of type file
.
Was this page helpful?