v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBScheduled Jobs
Get a Scheduled Job
Get a Scheduled Job by ID
get/scheduled-jobs/{job_id}
Path parameters
job_idinteger required
The ID of the Scheduled Job you'd like to get
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
}