list_api_endpoints
Search Cin7 Core REST endpoints by keyword to find matching paths, summaries, groups, and parameters, with optional method filtering.
Instructions
Search Cin7 Core's REST endpoints by keyword.
Args:
keyword: Substring to match against path, summary, group, and
parameter names. Case-insensitive.
methods: Optional list of HTTP methods to restrict results to.
Valid values: GET, POST, PUT, PATCH, DELETE.
limit: Maximum number of results to return. Default 25.
Returns:
{"results": [{"method","path","summary","group"}, ...], "total": int, "truncated": bool}.
On empty keyword, returns the same shape with an additional error key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| methods | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||