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"
}