Skip to main content
GET
/
audit
/
exports
/
schedule
List scheduled exports
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of scheduled exports

export_id
string
name
string
export_type
string
format
string
schedule
object
delivery
object
enabled
boolean
created_at
string<date-time>
next_execution
string<date-time>