Get Timeline / Timeline template by savedObjectId

edit

Get Timeline / Timeline template by savedObjectId

edit

Get single Timeline or Timeline template by savedObjectId.

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 Run Elasticsearch API requests.

Request URL

edit

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

Example requests

edit

Get Timeline by savedObjectId:

GET /api/timeline?id=<savedObjectId>