List 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"
        }
    ]
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!