Skip to main content

Schedule a Report

Endpoint

json
POST /schedule

Description

Allows scheduling a report to be run at a specific time.

Response Example

json
{
"report": {
"id": 183
},
"run_every": "DAILY",
"run_at": "17:01:00",
"recipient": "[email protected]",
"enable": true
}