Tool to retrieve all domains attached to a Vercel project. Use when you need to verify domain configuration, check verification status, audit redirect/branch bindings, or before performing domain operations.
slugstringTeam URL slug to perform the request on behalf of.
limitintegerMaximum number of domains to return per request. Maximum value is 100.
orderstringSort order by creation date. 'ASC' for ascending, 'DESC' for descending. Default is 'DESC'.
sinceintegerReturns domains created after this JavaScript timestamp in milliseconds.
untilintegerReturns domains created before this JavaScript timestamp in milliseconds.
targetstringFilters by domain target. Use 'production' for production domains or 'preview' for preview domains.
teamIdstringTeam identifier to perform the request on behalf of. Omit for personal account.
idOrNameRequiredstringThe project's unique identifier or project name.
redirectstringFilters domains by their redirect target domain name.
verifiedbooleanFilters by verification status. Set to true for verified domains only, false for unverified.
gitBranchstringFilters domains based on a specific git branch.
redirectsbooleanControls redirect domain inclusion. Set to true to include redirect domains, false to exclude. Default is true.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action