Get a space Beta

GET /api/spaces/space/{id}

Path parameters

  • id string Required

    The space identifier.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Indicates a successful call.

GET /api/spaces/space/{id}
curl \
 -X GET https://<KIBANA_URL>/api/spaces/space/{id}
Response examples (200)
{
  "id": "marketing",
  "name": "Marketing",
  "color": null,
  "imageUrl": "",
  "initials": "MK",
  "solution": "es",
  "description": "This is the Marketing Space",
  "disabledFeatures": []
}