Get job delivery details

get

/services/rest/v1/jobs/{jobOutputID}/deliveries/

Gets the job delivery details in JSON format.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the job delivery details in JSON format.
Body ()
Root Schema : schema
Back to Top

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'
Back to Top