QueryJobRunStatusBody Model

body of a query that should be sent querying the job run status endpoint

Required
jobRunId : string (GUID)

The ID of the job run to query (retrieved from the StartJobResponse)

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