# Get the authenticated workspace snapshot
GET /api/me
Returns the authenticated user, their workspace (organization),
entitlements, capability flags, and a dashboard snapshot
(projects, recent runs, billing state).

## Request
```bash
curl -X GET 'https://sourced.sh/api/me' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Responses

### 200

Workspace snapshot.
### 401


### 403


