Skip to content

Resume Batch Enrichment

Request

Resume a paused or interrupted batch enrichment job.

When to use

  • If a batch was paused or failed mid-run and needs to continue processing

Credits

  • 0 credits to resume (credits apply only to successfully enriched records)
Security
Bearer
Path
batch_idstringrequired

Unique batch identifier returned when creating the enrichment batch

POST
/public/v1/enrichment/batch/{batch_id}/resume/
curl -i -X POST \
  'https://api-dashboard.influencers.club/public/v1/enrichment/batch/{batch_id}/resume/' \
  -H 'Authorization: Bearer <YOUR_API_KEY_HERE>'

Responses

Batch resumed successfully

Bodyapplication/json
property name*anyadditional property
Response
{ "property1": null, "property2": null }