Actions
List Workspaces
Retrieves the workspaces for an organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name Matching Operation | Match operator for the name query parameter. IS is the default value but STARTS_WITH and CONTAINS are also supported. |
| Workspace Name | Filter workspaces by name. |
{
"objects": [
{
"id": "4e0e48e0-c755-11ed-9886-dea06841c80c",
"name": "Default",
"type": "workspace",
"requiresTitleAndComments": false
}
],
"offset": 0,
"limit": 10,
"totalCount": 1
}
Was this page helpful?