get_service_endpoints
Retrieve the HTTP endpoint registry for a service from endpoints.json, listing method, path, handler, and framework per endpoint. Use this to inspect service routes without manual code reading.
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 |