Skip to main content

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.

Endpoint#

URL: https://portal.bihelper.tech/api/user-jobs/run/{job_id}Method: GET

Headers#

KeyValueDescription
AuthorizationBearer Auth_TokenAuth token
Content-Typeapplication/json
User-Agentcurl/7.68.0Set user agent header

Curl Request#

curl --location --request GET 'https://portal.bihelper.tech/api/user-jobs/run/1286' \--header 'Authorization: Bearer AuthToken' \--header 'User-Agent: curl/7.68.0' 

Response#

Sample response:

{  "jobExecutionId": 1620562941975,  "jobStatus": null,  "pdfStatus": null,  "isEmailEnabled": null,  "emailStatus": null,  "pdfFiles": null}