apidog_list
List and search API endpoints in an Apidog module, using keyword search with relevance scoring, filters for method, tag, path, folder, and status, and pagination.
Instructions
List and search endpoints in an Apidog module. Supports keyword search (scored by relevance), filters, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Pagination limit (default 50) | |
| query | No | Search keyword (searches path, summary, description, tags, folder). Results scored by relevance. | |
| module | Yes | Module name | |
| offset | No | Pagination offset (default 0) | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| filterTag | No | Filter by tag name | |
| filterPath | No | Filter by path substring | |
| filterFolder | No | Filter by folder name substring | |
| filterMethod | No | Filter by HTTP method | |
| filterStatus | No | Filter by status (e.g. "released", "deprecated") |