Skip to main content
GET
Together AI SDK (Python)

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the fine-tune job whose tokenized dataset should be downloaded.

Response

Presigned tokenized dataset download URL.

Presigned download metadata for a fine-tune tokenized dataset archive.

url
string<uri>
required

Presigned URL for downloading the tokenized dataset archive.

filename
string
required

Archive filename to use when saving the downloaded tokenized dataset.

size
integer
required

Archive size in bytes.

content_type
string
required

MIME type for the tokenized dataset archive.

expires_at
string<date-time>
required

Time when the presigned download URL expires.