Export stream content
Spaces method and path for this operation:
post /s/{space_id}/api/streams/{name}/content/export
Refer to Spaces for more information.
Exports the content associated to a stream.
[Required authorization] Route required privileges: manage_stream.
POST
/api/streams/{name}/content/export
curl \
--request POST 'http://localhost:5601/api/streams/{name}/content/export' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"description":"string","include":{"objects":{"all":{}}},"name":"string","version":"string"}'