v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
short url

Resolve a short URL

Resolve a Kibana short URL by its slug.

get/api/short_url/_slug/{slug}

Path parameters

slugstring required

The slug of the short URL.

Response

Indicates a successful call.

accessCountinteger

Number of times the short URL has been resolved.

accessDateinteger

Unix epoch (milliseconds) of the last time the short URL was resolved. Set to the creation time when the URL has never been accessed.

createDateinteger

Unix epoch (milliseconds) when the short URL was created.

idstring

The identifier for the short URL.

slugstring

A random human-readable slug is automatically generated if the humanReadableSlug parameter is set to true. If it is set to false, a random short string is generated.