v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBScheduled Jobs
Get a list of Scheduled Jobs
Get the list of Scheduled Jobs that belong to your account
get/scheduled-jobs
Response
Return Scheduled Job info
Example response
[
{
"account_id": 456,
"campaign_ids": [
12,
34
],
"experiment_ids": [
56,
78,
90
],
"frequency": "weekly",
"id": 123,
"job_type": "project_results",
"project_id": 789
}
]