retry_failed_datapoints
Re-queue failed survey datapoints to retry them, reserving credit again for each. Use only when failures are worth recovering.
Instructions
Re-queue failed datapoints on a survey.
Each retried datapoint reserves credit again, the same way the original submission did — only call this when the failures are worth recovering.
Args: job_id: The job ID returned by create_survey. datapoint_indices: Specific failed indices to retry. Omit to retry every failed datapoint in the survey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| datapoint_indices | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |