v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
OpenAI Integration

Retrieve container (OpenAI format)

Retrieves a specific container by ID.

Note: This endpoint also works without the /v1 prefix (e.g., /openai/containers/{container_id}).

get/openai/v1/containers/{container_id}

Path parameters

container_idstring required

Container ID

Query parameters

providerstring

Provider for the container (defaults to openai)

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