StartJobResponse Model

Body of the response received when

Required
jobId : string (GUID)

An echo of the jobid that was included in the request

Required
jobRunId : string (GUID)

The ID of the specific execution that has been spawned to execute the start job request. This ID will need to be used in any queries used to request results/status information.

Example
{
  "jobId": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "jobRunId": "3f49efe7-ea42-4f21-8718-7e6ce9a33512"
}