v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Containers

List files in a container

Lists all files in a container.

get/v1/containers/{container_id}/files

Path parameters

container_idstring required

The ID of the container

Query parameters

provider'openai' | 'azure' | 'anthropic' | 'bedrock' | 'cohere' | 'vertex' | 'vllm' | 'mistral' | 'ollama' | 'groq' | 'sgl' | 'parasail' | 'perplexity' | 'replicate' | 'cerebras' | 'deepseek' | 'gemini' | 'openrouter' | 'elevenlabs' | 'huggingface' | 'nebius' | 'xai' | 'runway' | 'fireworks' required

AI model provider identifier

The provider of the container

limitinteger

Maximum number of files to return

afterstring

Cursor for pagination

order'asc' | 'desc'

Sort order (asc/desc)

Response

Successful response

objectstring

The object type (always "list")

first_idstring

ID of the first file in the list

last_idstring

ID of the last file in the list

has_moreboolean

Whether there are more files to fetch