GET /v3/exports/scheduled
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/exports/scheduled?search=string&exportedItemType=saved_report&exportedItemId=0&size=50&sortBy=name&page=0&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "metadata": { "pagination": { … } }, "scheduledExports": [ { … } ] }