Get Timeline / Timeline template by savedObjectId

edit

Get Timeline / Timeline template by savedObjectId

edit

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 URL

edit

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

Example requests

edit

Get Timeline by savedObjectId:

GET /api/timeline?id=<savedObjectId>