Fielding
Create, update and obtain Target Group Fielding runs and Fielding Assistant assignments. This is critical for launching, scheduling and completing Target Groups.
📄️ Retrieves a fielding run
Retrieves the details of a specific fielding run, including its start and end times, status, and version.
📄️ Retrieves a 'launch from draft' job status
Retrieves the status and results of a 'launch from draft' job.
📄️ Completes a fielding run
Immediately completes a `live` or `scheduled` fielding run, setting its status to `completed`.
📄️ Pauses a fielding run
Pauses a `live` fielding run, setting its status to `paused`.
📄️ Retrieves a 'schedule from draft' job status
Retrieves the status and results of a 'schedule from draft' job.
📄️ Updates a fielding run
Updates the `start_fielding_at` and `end_fielding_at` dates for a specific fielding run.
📄️ Job to launch a draft target group
Creates an asynchronous job to launch a `draft` target group, setting its status to `live`.
📄️ Relaunches a fielding run
Relaunches a `completed` fielding run, setting its status back to `live`.
📄️ Schedules a draft target group to go live
Creates an asynchronous job to schedule a `draft` target group, setting its status to `scheduled`.
📄️ Lists the fielding runs for a target group
Lists the fielding runs associated with a target group.
📄️ Launches fielding run immediately
Immediately launches a `scheduled` fielding run, setting its status to `live`.
📄️ Resumes a fielding run
Resumes a `paused` fielding run, setting its status back to `live`.