Management
Retrieve a Manual Job
Get a manual job by job_id
. Manual jobs are completed by a human and include Assisted Benefits jobs.
GET
/
jobs
/
manual
/
{job_id}
Authorizations
Authorization
string
headerrequiredPlease use your Access Token
Headers
Finch-API-Version
string
default: 2020-09-17requiredHeader used to specify the version for a given API request. Current version is 2020-09-17.
Content-Type
string
default: application/jsonrequiredUsed to indicate the original media type of the resource
Path Parameters
job_id
string
requiredResponse
200 - application/json
job_id
string
status
enum<string>
Available options:
pending
, in_progress
, error
, complete
body
any[] | null
Specific information about the job, such as individual statuses for batch jobs.
Was this page helpful?