Retrieve the current status of a specific rating request using its unique ID.
Successful Response
Validation Error
The resource requested was not found either because you do not have permissions to access it or it does not exist.
An unknown internal server issue occured while processing a request. A report is created and logged.
{- "id": "rj_01hzkd8qkzq8z7xv9mkz5qxw3h",
- "provider_tasks": [
- {
- "id": "rd_01hzkd8wfaz1zmjw5k0g3q9z1e",
- "provider_code": "UPS",
- "status": "PROCESSING"
}, - {
- "id": "rd_01hzkd8xbz2z1kgc9m3r7n8x2f",
- "provider_code": "FEDEX",
- "status": "COMPLETED"
}
], - "status": "PROCESSING"
}