v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBWorkspaces
Get workspace LLM config (owner/maintainer)
The returned api_key is masked (first 3 + "..." + last 4). updated_at is null when no config is set.
get/api/workspaces/{id}/llm-config
Path parameters
idstring required
Workspace id
Response
OK
Example response
{
"models": [
{
"id": "claude-opus-4-7",
"name": "Claude Opus 4.7"
}
]
}