latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

containers

List Containers

Container list endpoint for retrieving a list of containers.

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

Example:

curl -X GET "http://localhost:4000/v1/containers?limit=20&order=desc"         -H "Authorization: Bearer sk-1234"

Or specify provider via header or query param:

curl -X GET "http://localhost:4000/v1/containers?custom_llm_provider=azure"         -H "Authorization: Bearer sk-1234"
get/v1/containers

Response

Successful Response

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