Resolve a short URL
Technical Preview
Spaces method and path for this operation:
get /s/{space_id}/api/short_url/_slug/{slug}
Refer to Spaces for more information.
Resolve a Kibana short URL by its slug.
GET
/api/short_url/_slug/{slug}
curl \
--request GET 'https://localhost:5601/api/short_url/_slug/{slug}' \
--header "Authorization: $API_KEY"