Management

Retrieve a Manual Job

Check the status and outcome of a job by job_id. This includes all deductions jobs including those for both automated and assisted integrations.

get/jobs/manual/{job_id}

Headers

Finch-API-Versionstring date required

Header used to specify the version for a given API request. Current version is 2020-09-17.

Response

OK

job_idstring uuid required
status'pending' | 'in_progress' | 'error' | 'complete' required

Changes

Changed in 3 of the 53 revisions of this API.112

    • deleted the query request parameter entity_id

      request-parameter-removed

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • e8b684dbd61d11See the full diff
    • the response property body/items/ became nullable for the status 200

      response-property-became-nullable

    • added the new optional query request parameter entity_id

      new-optional-request-parameter

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added