Import Status by Job ID

Get the status of a specific import job

gethttps://app.kindful.com/admin/oauth2/api/v1/imports/id

COPY
  ### Example ###

  https://app.kindful.com/admin/oauth2/api/v1/imports/24dab09b-6166-4ab2-99ae-3dc3ca3763c1

Path Params

id
int32
required

required

Import Statuses

  • Started (UI Only) - If you create a new import in the UI and do not submit
    • Consolidated - When a consolidation worker is used to combine imports into one import
    • Removed - Legacy status (from v1 of Kindful)
    • Mapped (UI Only) - If you create a new import in the UI, this status will show when fields have been mapped
    • Ready - When we receive job from import API, this is the initial status prior to running
    • Scheduled - A scheduled job that is queued up to import. Kindful imports are worked one by one.
    • Pending - A alterternative status for 'Scheduled' or 'Ready'
    • Working - Import job is running. There will only ever be one 'working' job per app, per org
    • Complete - Import job has completed
    • Load_failed - files failed to load due to wrong file type or data in the file. If there is any standard error during the import, it will be marked with this general error.
    • Failed - Import job TAR file not present
    • Setup_failed - Prior to mapping import if error occurs in import setup worker
    • Error - If you send in data that we cannot process - we will note more in the error response
    • 404 Page not Found - If you send in a request to missing/mistyped endpoint or contain no or wrong authorization