# GET /websites/:website_id/deploy/status

**Resource:** [Websites](./websites.md)  
**MCP tool:** `get_website_deployment_status`  
**Scopes:** `websites:read`  
**Write operation:** no

Get the current deployment status for a website (building, live, or error), including the latest build stage, deployment URL, and when it last deployed.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/websites/:website_id/deploy/status"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`