Get notes
Spaces method and path for this operation:
get /s/{space_id}/api/note
Refer to Spaces for more information.
Get all notes for a given document.
GET
/api/note
curl \
--request GET 'https://localhost:5601/api/note' \
--header "Authorization: $API_KEY"