Spaces
Get space
Fetches full details about a single space identified by its space ID. The response includes metadata such as the space name, icon, and various workspace IDs (home, archive, profile, etc.). This detailed view supports use cases such as displaying space-specific settings.
get/v1/spaces/{space_id}
Path parameters
space_idstring required
The ID of the space to retrieve; must be retrieved from ListSpaces endpoint
Headers
Anytype-Versionstring required
The version of the API to use
Response
The space details
Example response
{
"space": {
"description": "The local-first wiki",
"gateway_url": "http://127.0.0.1:31006",
"icon": {
"emoji": "📄"
},
"id": "bafyreigyfkt6rbv24sbv5aq2hko3bhmv5xxlf22b4bypdu6j7hnphm3psq.23me69r569oi1",
"name": "My Space",
"network_id": "N83gJpVd9MuNRZAuJLZ7LiMntTThhPc6DtzWWVjb1M3PouVU",
"object": "space"
}
}