Get repository summary data for a specific repository.
Required Scope: read:repo
Security: Organization-level access control with resource validation
Args: repo_id: Repository ID auth: Authentication context
Returns: Repository summary data including architecture patterns, auth logic, and RAG context
Raises: 401: Unauthorized (invalid token/API key) 403: Forbidden (insufficient scope or no access to repo) 404: Repository or summary not found 500: Internal server error
Use an API key in the X-API-Key header.
Successful Response
Response model for repository summary data.