Get an existing saved Timeline or Timeline template

GET /api/timeline/resolve

Query parameters

  • template_timeline_id string

    The ID of the template timeline to resolve

  • id string

    The ID of the timeline to resolve

Responses

  • 200 application/json

    The (template) Timeline has been found

    One of:

    Additional properties are NOT allowed.

  • 400

    The request is missing parameters

  • 404

    The (template) Timeline was not found

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