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