Skip to main content

Interface: AIGatewayWorkspaceListOptions

Defined in: src/ai-gateway/types.ts:44

Options for AIGatewayWorkspacesClient.list.

Properties

status?

optional status?: "active" | "archived";

Defined in: src/ai-gateway/types.ts:49

Filter by lifecycle state. Omitting this returns active workspaces only — archived workspaces are invisible unless asked for explicitly. Lowercase on the wire.


plane?

optional plane?: AIGatewayPlane;

Defined in: src/ai-gateway/types.ts:51

Defaults to data. Use admin to enumerate the whole tenant.