vercel_list_domains
List all domains for a Vercel project. Use optional filters to narrow by creation date or limit number of results.
Instructions
List all domains
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of domains to return (default: 20) | |
| since | No | Get domains created after this timestamp | |
| until | No | Get domains created before this timestamp | |
| projectId | Yes | The ID of the project |