Find endpoints
api_searchFind API endpoints by searching methods, paths, operation IDs, tags, and parameter names. Returns one line per endpoint with admin routes last, helping you locate the right operation quickly.
Instructions
Searches method, path, operationId, summary, tags and parameter names. One line per endpoint, no schemas. Admin endpoints come last. Summaries can be wrong — check the path and method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Group or path prefix, e.g. users or admin/accounts | |
| limit | No | ||
| query | No | Words separated by spaces; all of them must match | |
| method | No | ||
| has_body | No | Only operations with (true) or without (false) a request body | |
| include_admin | No | Include /admin endpoints |