Query parameters
-
The name of the file to export
POST
/api/timeline/_export
curl \
-X POST https://<KIBANA_URL>/api/timeline/_export?file_name=string \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
"ids": [
"string"
]
}
Response examples (200)
string
Response examples (400)
{
"body": "string",
"statusCode": 42.0
}