Skip to main content
POST
Schedule automatic refresh of a dashboard via an agent

Authorizations

Authorization
string
header
required

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

Path Parameters

dashboard_id
string
required

Body

application/json
agent_id
integer
required
interval
string
required

Cron expression or preset: @hourly, @daily, @weekly, @monthly

Examples:

"@daily"

"0 8 * * *"

"@hourly"

start_time
string<date-time> | null
message_template
string | null

Custom message sent to the agent. Default: 'Refresh dashboard {title}'

Response

Successful Response

success
boolean
required
dashboard_id
string
required
agent_id
integer
required
interval
string
required
message
string
required
schedule_id
string | null