List Files

List files owned by the current AnyInt tenant.

Retrieve file metadata created through the OpenAI-compatible file API.

GET/openai/v1/files

Request

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.

  • POST /openai/v1/files uploads a multipart file.
  • GET /openai/v1/files/{file_id} returns file metadata.
  • GET /openai/v1/files/{file_id}/content downloads file content.