Run a given job
To run a job with a given job_id. Call the Get All Jobs API to view the job_id parameter.
#
EndpointURL: https://portal.bihelper.tech/api/user-jobs/run/{job_id}Method: GET
#
HeadersKey | Value | Description |
---|---|---|
Authorization | Bearer Auth_Token | Auth token |
Content-Type | application/json | |
User-Agent | curl/7.68.0 | Set user agent header |
#
Curl Requestcurl --location --request GET 'https://portal.bihelper.tech/api/user-jobs/run/1286' \--header 'Authorization: Bearer AuthToken' \--header 'User-Agent: curl/7.68.0'
#
ResponseSample response:
{ "jobExecutionId": 1620562941975, "jobStatus": null, "pdfStatus": null, "isEmailEnabled": null, "emailStatus": null, "pdfFiles": null}