Export list items

POST /api/lists/items/_export

Spaces method and path for this operation:

post /s/{space_id}/api/lists/items/_export

Refer to Spaces for more information.

Export list item values from the specified list.

Query parameters

  • list_id string(nonempty) Required

    List's id to export

    Minimum length is 1.

Responses

  • 200 application/ndjson

    Successful response

    A .txt file containing list items from the specified list

  • 400 application/json

    Invalid input data response

    One of:
  • 401 application/json

    Unsuccessful authentication response

    Hide response attributes Show response attributes object
    • error string Required
    • message string Required
    • statusCode integer Required
  • 403 application/json

    Not enough privileges response

    Hide response attributes Show response attributes object
    • error string Required
    • message string Required
    • statusCode integer Required
  • 404 application/json

    List not found response

    Hide response attributes Show response attributes object
    • message string Required
    • status_code integer Required
  • 500 application/json

    Internal server error response

    Hide response attributes Show response attributes object
    • message string Required
    • status_code integer Required
POST /api/lists/items/_export
curl \
 --request POST 'https://localhost:5601/api/lists/items/_export?list_id=string' \
 --header "Authorization: $API_KEY"