List Files
List files owned by the current AnyInt tenant.
Retrieve file metadata created through the OpenAI-compatible file API.
GET
/openai/v1/filesRequest
This request has no body. Send the AnyInt API key in the authorization header.
Response
The response contains a data array with each file identifier, filename, purpose, size, and lifecycle status when available. File access is isolated to the tenant resolved from the API key.
Related Operations
POST /openai/v1/filesuploads a multipart file.GET /openai/v1/files/{file_id}returns file metadata.GET /openai/v1/files/{file_id}/contentdownloads file content.