Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.34 KB

listworkspacesrequest.md

File metadata and controls

11 lines (8 loc) · 2.34 KB

ListWorkspacesRequest

Fields

Field Type Required Description
include_deleted Optional[bool] Include deleted workspaces in the returned results.
limit Optional[int] Set the limit on the number of workspaces returned. The default is 20.
offset Optional[int] Set the offset to start at when returning workspaces. The default is 0
workspace_ids List[str] The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces.