Scheduled 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
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.