# List projects in the workspace
GET /api/projects
## Request
```bash
curl -X GET 'https://sourced.sh/api/projects' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Responses

### 200

Projects in the active organization.
### 401


### 403


