Files
List all files
List the metadata for all uploaded data files.
get/files
Response
List of files
Example response
{
"data": [
{
"filename": "my_file.jsonl",
"purpose": "fine-tune",
"FileType": "jsonl"
}
]
}Changes
Changed in 1 of the 14 revisions of this API.1
- ▲
the
data/items/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
- ▲