/
/Atomicwork Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 20h ago · Updated 1w ago
accessManagement9
agentGroups4
assets10
auditLogs2
businessHourConfig2
changeManagement9
customObjects11
entities2
forms5
importJobs16
  • getList import jobs
  • postCreate an import job and start validation
  • getList importable fields for an entity_type / entity_id, with auto-mapping metadata.
  • getDownload a sample CSV template for the given entity type.
  • postValidate adapter_config + CSV headers without uploading the file.
  • getGet an import job by id
  • getGet import job validation status
  • getGet import job validation error file download URL
  • postStart dry-run workflow
  • getGet presigned URL for the originally-uploaded source CSV.
  • getGet presigned URL for dry-run result CSV
  • postStart execution workflow
  • getGet import job execution status
  • getGet import job execution error file download URL
  • getGet presigned URL for execution result CSV
  • postCancel an in-progress import job workflow
problems7
requests24
serviceCatalog11
tags5
users14
workflows14
workspaces3
    importJobs

    Create an import job and start validation

    post/api/v1/import-jobs

    Headers

    X-Api-Keystring required
    X-Workspace-Idstring

    Response

    Successful response

    ImportJobsPostapiV1ImportJobsResponse200 required

    Empty response body

    Changes