get_alias
Retrieve a Vercel alias by its ID or hostname to view its details and configuration.
Instructions
Get a single alias by id or alias name (e.g. my-app.vercel.app).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrAlias | Yes | Alias id or the alias hostname. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |