Get Spaces
Response Body
application/json
curl -X GET "https://example.com/spaces"{ "enabled": false, "spaces": [ { "id": "string", "key": "string", "name": "string", "aliases": [ "string" ], "description": "string", "icon": "string", "instructions": "string", "sharedSpaceIds": [ "string" ], "defaultRetrievalMode": "strict", "usage": { "memories": 0, "threads": 0, "sources": 0, "hasWorkingMemory": false }, "observed": false, "hasProfile": true } ]}