GET /v3/reports/grid/saved
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/reports/grid/saved?name=string&isFavorite=true&isOwnedByCurrentUser=true&page=0&size=100&sortBy=type&sortDesc=false&isManagedByOP=true&visibility=private' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "metadata": { "pagination": { … } }, "reports": [ { … } ] }