Workspaces
Manage workspaces
Last updated
Manage workspaces
Last updated
GET /api/v1/workspaces HTTP/1.1
Host: api.omnia-voice.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"data": [
{
"id": "text",
"name": "text",
"description": "text",
"role": "OWNER",
"isDefault": true,
"joinedAt": "2025-12-13T09:42:03.264Z",
"stats": {
"agents": 1,
"members": 1,
"knowledgeBases": 1
}
}
],
"defaultWorkspaceId": "text",
"total": 1
}