# Get migration workspace summary
GET /api/migration/summary
Returns the migration workspace's high-level status: capability
flags, latest report, language summaries, drift, docs scan
results, and the SEO queue. Used by the dashboard "Welcome"
view; safe to call without an active migration.

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

### 200

Workspace summary.
### 500

Persistence setup failed (e.g. misconfigured DATABASE_URL).
