Import list items
Spaces method and path for this operation:
post /s/{space_id}/api/lists/items/_import
Refer to Spaces for more information.
Import list items from a TXT or CSV file. The maximum file size is 9 million bytes.
You can import items to a new or existing list.
Query parameters
-
List's id.
Required when importing to an existing list.
Minimum length is
1
. -
Type of the importing list.
Required when importing a new list that is
list_id
is not specified.Values are
binary
,boolean
,byte
,date
,date_nanos
,date_range
,double
,double_range
,float
,float_range
,geo_point
,geo_shape
,half_float
,integer
,integer_range
,ip
,ip_range
,keyword
,long
,long_range
,shape
,short
, ortext
. -
Determines when changes made by the request are made visible to search
Values are
true
,false
, orwait_for
.
POST
/api/lists/items/_import
curl \
--request POST 'https://localhost:5601/api/lists/items/_import' \
--header "Authorization: $API_KEY" \
--header "Content-Type: multipart/form-data" \
--form "file=@file"