Get status of list data streams
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.
GET
/api/lists/index
curl \
--request GET 'https://localhost:5601/api/lists/index' \
--header "Authorization: $API_KEY"