Re-import remote files to selected jobs
Re-imports the source file of the selected jobs from the connector/online-repository they originally came from. Jobs that were not sourced from a connector (no remote file) are silently skipped and omitted from the response.
Precondition: None of the selected jobs may be split. If any job is split, the whole request fails with
400 REIMPORT_FROM_ONLINE_REPOSITORY_NOT_ALLOWED and no job is re-imported.
Response: jobs contains only the subset of the requested jobs that were actually re-imported —
it is not an echo of the request. Jobs skipped because they have no connector/online-repository source
are omitted without any error being raised.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Body
Jobs to re-import the source file for. Must be UIDs of jobs already sourced from a configured connector/online-repository. 1 to 1000 jobs, and none of them may be split.
1 - 1000 elementsResponse
successful operation
References to the jobs that were actually re-imported — the subset of the requested jobs that succeeded, not an echo of the request. Jobs with no connector/online-repository source are omitted here without any error being raised.