Export Timelines
Spaces method and path for this operation:
post /s/{space_id}/api/timeline/_export
Refer to Spaces for more information.
Export Timelines as an NDJSON file.
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"]}'