Retrieve the current state of the specified job, like whether it is still running.
Enter the token with the Bearer: prefix. You can retrieve token from Visma connect.
Job ID
Job status retrieved successfully. Check payload body for status.
Unique identifier for the job.
"78f0bb4312a04d6f906bd6afe68afa61"
Current status of the job.
starting, running, stopped, error "stopped"
Duration of the job in seconds.
7274
Error message if the job failed. Only present if statusCode=="error".
"The job failed because of ..."