Retrieve project domains by project by id or name
Retrieve the domains associated with a given project by passing either the project id
or name
in the URL.
Authorizations
Default authentication mechanism
Path Parameters
The unique project identifier or the project name
Query Parameters
Filters only production domains when set to true
.
true
, false
Filters on the target of the domain. Can be either "production", "preview"
production
, preview
The unique custom environment identifier within the project
"env_123abc4567"
Filters domains based on specific branch.
Excludes redirect project domains when "false". Includes redirect project domains when "true" (default).
true
, false
Filters domains based on their redirect target.
"example.com"
Filters domains based on their verification status.
true
, false
Maximum number of domains to list from a request (max 100).
20
Get domains created after this JavaScript timestamp.
1609499532000
Get domains created before this JavaScript timestamp.
1612264332000
Domains sort order by createdAt
ASC
, DESC
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"