cURL
curl --request GET \ --url https://api.sevalla.com/v2/static-sites/deployments/{id} \ --header 'Authorization: Bearer <token>'
{ "deployment": { "id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "static_site_id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "status": "success", "repo_url": "https://github.com/user/static-site", "branch": "main", "author_login": "johndoe", "author_img": "https://avatars.githubusercontent.com/u/12345", "commit_sha": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2", "commit_message": "feat: add new feature", "cloud_build_id": "build-12345", "created_at": 1738195200000, "updated_at": 1738195200000, "finished_at": 1738195500000, "started_at": 1738195200000 } }
Retrieve deployment details for a specific static site deployment.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
Show child attributes
Was this page helpful?