Exports list items

POST /api/lists/items/_export

Exports list item values from the specified list

Query parameters

  • list_id string Required

    List's id to export

    Minimum length is 1. Format should match the following pattern: ^(?! *$).+$.

Responses

POST /api/lists/items/_export
curl \
 -X POST http://KIBANA_HOST:5601/api/lists/items/_export?list_id=string
Response examples (200)
@file
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42
}
{
  "message": "string",
  "status_code": 42
}
Response examples (401)
{
  "error": "string",
  "message": "string",
  "statusCode": 42
}
Response examples (403)
{
  "error": "string",
  "message": "string",
  "statusCode": 42
}
Response examples (404)
{
  "message": "string",
  "status_code": 42
}
Response examples (500)
{
  "message": "string",
  "status_code": 42
}