Skip to content

Get job status

GET
/resources/jobs/{jobId}

Parameters

Path Parameters

jobId*
Type
string
Required
Format
"uuid"

Responses

OK

JSON
{
  
"jobId": "string",
  
"state": "string",
  
"scheduledAt": "string",
  
"startedAt": "string",
  
"finishedAt": "string",
  
"result": "string",
  
"parameters": {
  
  
"additionalProperties": "string"
  
}
}

Samples

© 2024 Hantera AB. All rights reserved.