get https://hover.to/v3/models//deliverable_change_requests
Overview
This endpoint returns a list of all deliverable change requests for a specific model, scoped by the required model_id
parameter. The response body for this endpoint will include the old deliverable ID, the requested/new deliverable ID, the state of the upgrade, and any errors associated with the upgrade process.
Sample Response Body
{
"results": [
{
"id": 872018,
"model_id": 11123656,
"user_id": 1527247,
"new_deliverable_id": 3,
"old_deliverable_id": 2,
"changed_at": null,
"created_at": "2025-06-18T22:59:23.281Z",
"updated_at": "2025-06-18T22:59:23.394Z",
"state": "waiting_for_job_to_finish",
"error": "null"
}
]
}