# GET /websites/:website_id/redirects

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

List the path redirects on a website: each source path, where it sends visitors, and its status code. Also returns how many redirect slots are used against the limit. These are paths on this site (e.g. "/video"), NOT whole legacy domains - for those use list_website_redirect_domains.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes | UUID of the website. Get ids from list_websites. |

## Request example

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

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