II.
APIEndpoint JSON
Structured · liveapi-endpoint:breakpoints-mux-server-client-experts-list
GET /api/v1/experts?projectId=&repoId= json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:breakpoints-mux-server-client-experts-list",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/breakpoints-mux-server-client.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/experts?projectId=&repoId=",
"method": "GET",
"path": "/api/v1/experts",
"authRequired": true,
"description": "[direction: outbound-client] List responder (expert) profiles scoped to\na project/repo pair.\nSource: packages/breakpoints-mux/src/backends/server.ts:459-475.\n"
},
"outgoingEdges": [
{
"from": "api-endpoint:breakpoints-mux-server-client-experts-list",
"to": "package:a5c-ai-breakpoints-mux",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "api-endpoint:breakpoints-mux-server-client-experts-list",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}