Retrieve file metadata
Retrieve the metadata for a single uploaded data file.
Documentation Index
Fetch the complete documentation index at: https://docs.together.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the file to retrieve
Response
File retrieved successfully
Structured information describing a file uploaded to Together.
ID of the file.
The object type, which is always file.
The timestamp when the file was created.
The name of the file as it was uploaded.
"my_file.jsonl"
The number of bytes in the file.
The purpose of the file as it was uploaded.
fine-tune, eval, batch-api "fine-tune"
Whether the file has been parsed and analyzed for correctness for fine-tuning.
The type of the file such as jsonl, csv, or parquet.
csv, jsonl, parquet "jsonl"