GET /v3/exports
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/exports?page=0&size=20&sortBy=date_exported&sortDesc=false&exportedItemType=audit&search=my%20audit&requestedByUserId=123&exportIds=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "metadata": { "pagination": { … } }, "exports": [ { … } ] }