Get Timeline or Timeline template details

GET /api/timeline

Get the details of an existing saved Timeline or Timeline template.

Query parameters

  • The savedObjectId of the template timeline to retrieve

  • id string

    The savedObjectId of the Timeline to retrieve.

Responses

GET /api/timeline
curl \
 --request GET 'https://localhost:5601/api/timeline' \
 --header "Authorization: $API_KEY"