Get a space API

edit

Retrieves a specified Kibana space.

The underlying Spaces concepts are stable, but the APIs for managing Spaces are experimental.

Request

edit

GET /api/spaces/space/marketing

Response code

edit
200
Indicates a successful call.

Example

edit

The API returns the following:

{
  "id": "marketing",
  "name": "Marketing",
  "description" : "This is the Marketing Space",
  "color": "#aabbcc",
  "initials": "MK",
  "disabledFeatures": []
}