Get Spaces
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/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
}
]
}