Export Timelines

POST /api/timeline/_export

Export Timelines as an NDJSON file.

Query parameters

  • file_name string Required

    The name of the file to export

application/json

Body Required

The IDs of the Timelines to export.

  • ids array[string] | null

Responses

  • 200 application/ndjson

    Indicates the Timelines were successfully exported.

    NDJSON of the exported Timelines

  • 400 application/ndjson

    Indicates that the export size limit was exceeded.

    Hide response attributes Show response attributes object
POST /api/timeline/_export
curl \
 --request POST 'https://localhost:5601/api/timeline/_export?file_name=string' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"ids":["string"]}'