Queries
/workspaces
workspaces
Get a collection of workspaces.
Arguments
ids
[ID!]
Required
A list of workspace unique identifiers.kind
WorkspaceKind
The workspace's kind (open / closed / template)limit
Int
Defaults: 25
Number of items to get, the default is 25.order_by
WorkspacesOrderBy
Property to order by (created_at).page
Int
Defaults: 1
Page number to get, starting at 1.state
State
Defaults: active
The state of the workspace (all / active / archived / deleted), the default is active.
Returns
- Get a collection of workspaces.
query workspaces($ids: [ID!]) { workspaces(ids: $ids) { # workspaces fields } }
Built with