v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB

Retrieve Container

Retrieves a container.

get/containers/{container_id}

Path parameters

container_idstring required

Response

Success

idstring required

Unique identifier for the container.

objectstring required

The type of this object.

namestring required

Name of the container.

created_atinteger required

Unix timestamp (in seconds) when the container was created.

statusstring required

Status of the container (e.g., active, deleted).

last_active_atinteger

Unix timestamp (in seconds) when the container was last active.

memory_limit'1g' | '4g' | '16g' | '64g'

The memory limit configured for the container.