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

- projectId (path, required): Project identifier.

## Responses

### 200

Project detail.
### 401


### 403


### 404


