run_saved_filter
Run a saved filter by entity type and ID to get paginated results with configured sort order. Use list_saved_filters first to find the filter.
Instructions
Run a saved filter by id and return its results, paginated. Unlike filter_parties / filter_opportunities / filter_projects (which use the ad-hoc filter endpoint and CANNOT sort), saved filters DO support sort — the orderBy is configured in Capsule's web UI when the filter is created. So 'most recent X by Y' questions are answerable in one call IF a saved filter exists; use list_saved_filters first to find one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Which entity type the filter operates over. Use 'kases' for projects (Capsule's legacy name). | |
| id | Yes | The saved filter id (from list_saved_filters). | |
| embed | No | Comma-separated embeds, e.g. 'tags,fields' | |
| page | No | ||
| perPage | No |