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