Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The Job ID
Response
The response is of type object
.
Returns the full job object as saved in the database by the job ID. If the job is not found, an error response is returned.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The Job ID
The response is of type object
.