Get Timeline / Timeline template by savedObjectIdedit

Get single Timeline or Timeline template by savedObjectId.

The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and 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>