list_endpoints
List all HTTP endpoints from a code knowledge graph, optionally filtered by repository.
Instructions
List all HTTP endpoints in the graph, optionally filtered by repository.
Args:
repo_name: If provided, only return endpoints belonging to this repo.
Pass an empty string (the default) to list all repos.
Returns:
List of dicts with keys ``http_method``, ``path``,
``handler_fqn``, and ``repo_name``.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |