cURL
curl --request GET \ --url https://api.artosai.com/audit/exports/schedule \ --header 'Authorization: Bearer <token>'
[ { "export_id": "<string>", "name": "<string>", "export_type": "<string>", "format": "<string>", "schedule": {}, "delivery": {}, "enabled": true, "created_at": "2023-11-07T05:31:56Z", "next_execution": "2023-11-07T05:31:56Z" } ]
Returns all scheduled export configurations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of scheduled exports