Get delivery job by ID
This endpoint is used to access detailed information about a specific delivery job using its unique identifier.
get/{aplicationId}/delivery-jobs/{deliveryJobId}
Path parameters
aplicationIdstring required
The unique identifier of the application that manages delivery jobs. This ID associates the request with the correct application context.
deliveryJobIdstring required
The unique identifier of the delivery job whose details you want to retrieve. This ID ensures the system fetches the correct delivery job record.
Response
Delivery job details