Retrieve a single Kibana space by its identifier.
GET
/api/spaces/space/{id}
curl \
--request GET 'https://localhost:5601/api/spaces/space/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
A response that contains the full configuration for a single Kibana space.
{
"color": "#aabbcc",
"description": "This is the Marketing Space",
"disabledFeatures": [],
"id": "marketing",
"imageUrl": "",
"initials": "MK",
"name": "Marketing",
"solution": "es"
}