External DocumentationTo learn more, visit the Ardoq documentation.
Actions
List Workspaces
List all workspaces, optionally filtering them using the provided parameters.

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 |
|---|---|
| Component Model | The identifier of the Ardoq model used by the workspace to filter by. |
| Workspace Name | The name of the workspace to filter by. |
{
"values": [
{
"_meta": {
"created": "2025-01-31T12:19:53.898Z",
"createdBy": "af51f10f1e353d50568a945d",
"lastUpdated": "2025-01-31T12:20:25.218Z",
"lastModifiedBy": "7c53e66bc17d8b106c84eca9",
"createdByEmail": "creator@ardoq.com",
"createdByName": "Mr. Ardoq",
"lastModifiedByEmail": "updater@ardoq.com",
"lastModifiedByName": "Ms. Ardoq"
},
"_id": "02d85ec9e4d1a9b9d6e380e4",
"_version": 1,
"name": "My First Workspace",
"description": "My favorite workspace",
"views": [
"blockDiagram",
"tableView"
],
"startView": "blockDiagram",
"workspaceKey": "ABC"
}
],
"_links": {
"next": {
"href": "string"
}
},
"_meta": {
"property1": null,
"property2": null
}
}
Was this page helpful?