list_unresolved_calls
Find outgoing REST calls that could not be matched to any known endpoint. Optionally filter by repository to identify unresolved cross-repo or external HTTP calls.
Instructions
List outgoing REST calls that could not be matched to a known endpoint.
These represent cross-repo or external HTTP calls that Orihime has not yet
resolved to an Endpoint node.
Args:
repo_name: If provided, only return unresolved calls from this repo.
Pass an empty string (the default) to list all repos.
Returns:
List of dicts with keys ``url_pattern``, ``http_method``,
``callee_name``, ``caller_fqn``, and ``repo_name``.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |