Returns the Studio Code workspace view model for the current user, with active and recent conversations, and default settings for code generation.
GET/studio/code
- Reads prior messages and conversation summaries from the read-only context filtered by user.
- Falls back to a placeholder message if no history exists for the selected/created conversation.
- Default provider/model are derived from the user's saved selection (ServiceType.Code), with
sensible fallbacks (
openai,gpt-5.2-chat-latest) when not configured.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.