latestOpenAPI 3.1.02026-08-197104501.1 MB

8fbaab4fc7c5

containers

Retrieve Container

Container retrieve endpoint for getting details of a specific container.

Follows the OpenAI Containers API spec: https://platform.openai.com/docs/api-reference/containers

Example:

curl -X GET "http://localhost:4000/v1/containers/cntr_123"         -H "Authorization: Bearer sk-1234"

Or specify provider via header:

curl -X GET "http://localhost:4000/v1/containers/cntr_123"         -H "Authorization: Bearer sk-1234"         -H "custom-llm-provider: azure"
get/v1/containers/{container_id}

Path parameters

container_idstring required

Response

Successful Response

{"stackTrail":"paths:/v1/containers/{container_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}