Get Timeline / Timeline template by savedObjectIdedit

Get single Timeline or Timeline template by savedObjectId.

The Kibana Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You must use curl or another HTTP tool instead. For more information, refer to Console.

Request URLedit

GET <kibana host>:<port>/api/timeline?id=<savedObjectId>

Example requestsedit

Get Timeline by savedObjectId:

GET /api/timeline?id=<savedObjectId>