# Run Job Execute a Job Runner Job. Endpoint: POST /jobs/{jobID}/run-job Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `jobID` (string, required) Job ID ## Request fields (application/json): - `jobExecution_Key` (integer, required) Key value identifying an instance of the execution of the job Note: This field is marked as NOT NULL in the database and therefore required by the API. - `jobExecution_Attribute` (string, required) Attribute or parameter used by the job during execution - `entry_Date` (string) Date record was first added to the system - `entry_User` (string,null) User that first added the record to the system - `jobExecution_Attribute_Value` (string,null) Value of the attribute or parameter used by the job during execution - `update_Date` (string) Date the record was last updated in the system - `update_User` (string,null) User that last updated the record in the system ## Response 202 fields ## Response 401 fields