Get status of list data streams

GET /api/lists/index

Spaces method and path for this operation:

get /s/{space_id}/api/lists/index

Refer to Spaces for more information.

Verify that .lists and .items data streams exist.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • list_index boolean Required
    • list_item_index boolean Required
  • 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 data stream(s) 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
GET /api/lists/index
curl \
 --request GET 'https://localhost:5601/api/lists/index' \
 --header "Authorization: $API_KEY"