{
"data": [
{
"id": "<string>",
"object": "<unknown>",
"created_at": 123,
"filename": "my_file.jsonl",
"bytes": 123,
"purpose": "fine-tune",
"Processed": true,
"FileType": "jsonl"
}
]
}List the metadata for all uploaded data files.
{
"data": [
{
"id": "<string>",
"object": "<unknown>",
"created_at": 123,
"filename": "my_file.jsonl",
"bytes": 123,
"purpose": "fine-tune",
"Processed": true,
"FileType": "jsonl"
}
]
}Was this page helpful?