cURL
curl --request GET \ --url https://api.vertracloud.app/v1/apps/{app_id}/deploys
{ "response": [ { "app_id": "123", "commit_id": "abc123", "message": "Fix deployment bug", "pusher": "user1", "branch": "main", "created_at": "2026-03-14T20:00:00.000Z" } ] }
Retrieves the 20 most recent deployments for a specific application.
Show Toggle object
UNAUTHORIZED
INTEGRATION_NOT_FOUND
{ "code": "INTEGRATION_NOT_FOUND" }