Skip to main content
POST
Resume an incomplete import

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

id
integer
required

Import ID

Body

application/json
start_position
integer

Row index to resume from when no job progress is available

Required range: x >= 0

Response

Resume job queued

data
object

Bulk import job record. Returned from the imports endpoints and reflects the async ImportJob that processes the rows.