v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
OpenAI Integration

List containers (OpenAI format)

Lists containers for a provider.

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

get/openai/v1/containers

Query parameters

providerstring

Provider to list containers for (defaults to openai)

limitinteger

Maximum containers to return

afterstring

Cursor for pagination

order'asc' | 'desc'

Sort order

Response

Successful response

objectstring

The object type (always "list")

first_idstring

ID of the first container in the list

last_idstring

ID of the last container in the list

has_moreboolean

Whether there are more containers to fetch