marketo_get_programs
Retrieve Marketo programs with pagination and filtering by type, folder, tag, or date range. Returns metadata including status, channel, costs, and tags for program management.
Instructions
List programs in Marketo. Supports pagination (maxReturn/offset), filtering by type (filterType: id/programType/folder/tag), and date range filtering. Returns program metadata including status, channel, costs, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxReturn | No | Max programs to return (1-200, default 20) | |
| offset | No | Pagination offset | |
| filterType | No | Filter type: id, programType, folder, or tag | |
| filterValues | No | Comma-separated filter values | |
| earliestUpdatedAt | No | ISO 8601 datetime — only programs updated after this | |
| latestUpdatedAt | No | ISO 8601 datetime — only programs updated before this |