Spaces method and path for this operation:
get /s/{space_id}/api/fleet/space_settings
Refer to Spaces for more information.
Get the Fleet settings for the current Kibana space.
GET
/api/fleet/space_settings
curl \
--request GET 'https://localhost:5601/api/fleet/space_settings' \
--header "Authorization: $API_KEY"
Response examples (200)
The Fleet settings for the current Kibana space
{
"item": {
"allowed_namespace_prefixes": [
"team-a",
"team-b"
]
}
}