II.
APIEndpoint JSON
Structured · liveapi-endpoint:tasks-adapter-server-client-questions-list
GET /api/v1/questions?status=&projectId=&repoId= json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:tasks-adapter-server-client-questions-list",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/breakpoints-adapter-server-client.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/questions?status=&projectId=&repoId=",
"method": "GET",
"path": "/api/v1/questions",
"authRequired": true,
"description": "[direction: outbound-client] List pending breakpoints for a project/repo\npair (status=pending).\nSource: packages/tasks-adapter/src/backends/server.ts:410-421.\n"
},
"outgoingEdges": [
{
"from": "api-endpoint:tasks-adapter-server-client-questions-list",
"to": "package:a5c-ai-tasks-adapter",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-tasks-adapter",
"to": "api-endpoint:tasks-adapter-server-client-questions-list",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}