Gets a list of all files owned by the Azure OpenAI resource. These include user uploaded content like files with purpose "fine-tune" for training or validation of fine-tunes models as well as files that are generated by the service such as "fine-tune-results" which contains various metrics for the corresponding fine-tune job.
Query parameters
Only return files with the given purpose.
A limit on the number of objects to be returned. Limit can range between 1 and 10,000, and the default is 10,000.
A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
The requested API version.
Response
Success
Changes
Changed in 3 of the 26 revisions of this API.243
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the statusdefaultresponse-media-type-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterpurposenew-optional-request-parameter
- ○
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the statusdefaultresponse-media-type-removed
- ●
deleted the
queryrequest parameterafterrequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterorderrequest-parameter-removed
- ●
deleted the
queryrequest parameterpurposerequest-parameter-removed
This revision also has 149 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲