Get a single Kibana short URL.
GET
/api/short_url/{id}
curl \
--request GET 'https://localhost:5601/api/short_url/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
The short URL record matching the given identifier.
{
"accessCount": 12,
"accessDate": 1767744000000,
"createDate": 1767225600000,
"id": "c54b04f5d4b3aa3c",
"locator": {
"id": "DASHBOARD_APP_LOCATOR",
"state": {
"dashboardId": "edf84fe0-e1a0-11e7-b6d5-4dc382ef7f5b",
"timeRange": {
"from": "now-7d",
"to": "now"
}
},
"version": "9.4.0"
},
"slug": "my-dashboard"
}