Authorizations
Enter your JWT in the format: Bearer {token}
Path Parameters
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
Response
The requested workspace object.
Unique identifier for the workspace, prefixed with ws_.
"ws_a1b2c3d4e5f6g7h8"
The name of the workspace.
"ACME Corporation"
An optional description for the workspace.
"Primary workspace for all ACME projects."
The billing mode for the workspace. Determines how subscriptions and usage are handled.
single, assigned, pooled "pooled"
The total number of seats available in 'pooled' billing mode. This is null for other modes.
100
Whether the workspace is archived.
false
The timestamp when the workspace was created.
"2025-10-29T00:40:06.000000Z"
The timestamp when the workspace was last updated.
"2025-10-29T00:40:06.000000Z"
The timestamp when the workspace was archived.
null