Skip to main content
POST
Continue job

Authorizations

x-api-key
string
header
required

API key for authentication.

Body

application/json
job_id
string<uuid>
required

Job identifier of the completed job to continue.

Example:

"5f0c9087-85cb-4917-b3c7-e5a5eff73a0c"

new_limit
integer

New record limit for continued processing. Must be greater than the previous limit. If not provided, defaults to the plan maximum.

Example:

100

Response

Job continuation accepted

job_id
string<uuid>
required

Job identifier for the continued job.

Example:

"5f0c9087-85cb-4917-b3c7-e5a5eff73a0c"

new_limit
integer
required

New record limit after continuation.

Example:

100

status
string
default:accepted
required

Confirmation that the continuation request was accepted.

Example:

"accepted"

previous_limit
integer

Previous record limit before continuation.

Example:

10