Files
Retrieve file metadata
Retrieve the metadata for a single uploaded data file.
get/files/{id}
Path parameters
idstring required
The ID of the file to retrieve
Response
File retrieved successfully
Example response
{
"filename": "my_file.jsonl",
"purpose": "fine-tune",
"FileType": "jsonl"
}Changes
Changed in 1 of the 14 revisions of this API.1
- ▲
the
validation_report/nlinesresponse's property type/format changed frominteger/int64tointeger/for status200response-property-type-changed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲