Bulk Jobs

Review Bulk Job (Cancel or Approve)

Cancel a queued or processing bulk job by submitting {"action": "reject"}, or resume a paused job with {"action": "approve"}. Completed or failed jobs cannot be reviewed.

post/bulk/jobs/{jobId}/review

Path parameters

jobIdstring uuid required

UUID identifier of the bulk job.

Request body

action'approve' | 'reject' required

Response

Review action confirmed.

jobIdstring uuid required
status'running' | 'canceled' required

Changes

Changed in 1 of the 8 revisions of this API.6

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 429

      response-property-type-changed

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 500

      response-property-type-changed

    • the oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed

    • the oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed