list_endpoints
Discover available Fivetran API endpoints. Filter by category or search substring, and optionally include deprecated endpoints.
Instructions
Discover Fivetran API endpoints. With no arguments, returns {categories: {category: count}, total: N}. Provide category (e.g. 'connections') for endpoints in that category, or search to substring-match across name, summary, and path. Deprecated endpoints are hidden by default; set include_deprecated=true to show them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Substring to match against endpoint name, summary, or path. | |
| category | No | Resource category (e.g., 'connections', 'destinations', 'groups'). Omit for counts. | |
| include_deprecated | No | Include deprecated endpoints. Default: false. |