v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Containers

Retrieve a container

Retrieves a specific container by ID.

get/v1/containers/{container_id}

Path parameters

container_idstring required

The ID of the container to retrieve

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

Response

Successful response

idstring

The unique identifier for the container

objectstring

The object type (always "container")

namestring

The name of the container

created_atinteger

Unix timestamp of when the container was created

status'running'

The status of a container

last_active_atinteger

Unix timestamp of last activity

memory_limitstring

Memory limit for the container

metadataobject

User-provided metadata