Get list details
Spaces method and path for this operation:
get /s/{space_id}/api/lists
Refer to Spaces for more information.
Get the details of a list using the list ID.
GET
/api/lists
curl \
--request GET 'http://localhost:5601/api/lists' \
--header "Authorization: $API_KEY"