get_service_endpoints
Return HTTP endpoints for a service, listing method, path, handler, file, and framework from endpoints.json.
Instructions
Return the HTTP endpoint registry for a service (from endpoints.json).
Endpoints are populated by cognirepo index-repo and include method, path pattern, handler function name, file, and framework.
repo_path: absolute path to the target repo (defaults to current project).
Returns {endpoints, count, scanned_at} or {endpoints: [], count: 0}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No |