Get job delivery details
get
/services/rest/v1/jobs/{jobOutputID}/deliveries/
Gets the job delivery details in JSON format.
Request
Path Parameters
-
jobOutputID(required): string
The ID of the job output.
Response
Supported Media Types
- application/json
200 Response
Returns the job delivery details in JSON format.
Root Schema : schema
Examples
The following example shows how to get the job delivery details by submitting a GET request on the REST resource using cURL. You must specify the ID of the job.
curl \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--request GET 'https://hostname/xmlpserver/services/rest/v1/jobs/outputs/13870/deliveries'