Get a space APIedit

Retrieves a specified Kibana space.

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

Requestedit

GET /api/spaces/space/marketing

Response codeedit

200
Indicates a successful call.

Exampleedit

The API returns the following:

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