rybbit_get_goals
Retrieve a paginated list of goals with conversion metrics for a specified site, using optional date ranges and filters to analyze performance.
Instructions
Get a paginated list of goals with their conversion metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| sort | No | Sort field | |
| limit | No | Results per page | |
| order | No | Sort direction | |
| siteId | Yes | Site ID or identifier | |
| endDate | No | End date in YYYY-MM-DD format | |
| filters | No | JSON array of filter objects with parameter, type, and value fields | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| startDate | No | Start date in YYYY-MM-DD format | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |