Get Timeline / Timeline template by savedObjectIdedit

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 URLedit

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

Example requestsedit

Get Timeline by savedObjectId:

GET /api/timeline?id=<savedObjectId>