Queries
/workspaces
workspaces
Get a collection of workspaces.
Arguments
ids[ID!]Required
A list of workspace unique identifiers.kindWorkspaceKind
The workspace's kind (open / closed / template)limitIntDefaults: 25
Number of items to get, the default is 25.order_byWorkspacesOrderBy
Property to order by (created_at).pageIntDefaults: 1
Page number to get, starting at 1.stateStateDefaults: 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