GET /v2/apps/{app_id}/deployments — List Deployments
Retrieve up to the last 10 deployments for an application within the past 24 hours, including each deployment’s state progression and timestamps.
Use this endpoint to retrieve the recent deployment history for your application. The API returns up to the last 10 deployments from the past 24 hours, with each deployment represented as an array of state-change events. This lets you trace the full lifecycle of a deployment — from pending through clone to success or error.