files
List Files
Returns a list of files that belong to the user's organization.
get/files
Query parameters
pageinteger
page_sizeinteger
sample_typeSampleType[] nullable
sourceSource[] nullable
searchstring nullable
purpose'fine-tune' | 'batch'
Response
OK
Example response
{
"data": [
{
"filename": "[\"files_upload.jsonl\"]",
"object": "[\"file\"]"
}
]
}Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲