Get Timeline or Timeline template details

GET /api/timeline

Spaces method and path for this operation:

get /s/{space_id}/api/timeline

Refer to Spaces for more information.

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

Query parameters

  • template_timeline_id string

    The savedObjectId of the template timeline to retrieve

  • id string

    The savedObjectId of the Timeline to retrieve.

Responses

  • 200 application/json

    Indicates that the (template) Timeline was found and returned.

    One of:

    Additional properties are NOT allowed.

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