Skip to main content

Interface: AIGatewayWorkspaceListOptions

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

Options for AIGatewayWorkspacesClient.list.

Properties​

status?​

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

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

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:88

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