# List docs domains for a project
GET /api/projects/{projectId}/domains
## Request
```bash
curl -X GET 'https://sourced.sh/api/projects/{projectId}/domains' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Parameters

- projectId (path, required): Project identifier.

## Responses

### 200

Domains configured for the project.
### 401


### 403


### 404


