marketing_scheduler_schedulersessions
List paginated sessions for a scheduler by ID, with optional filters on created or modified timestamps to locate specific records.
Instructions
List one page of sessions for a known scheduler, optionally filtered by created or modified timestamps. Use scheduler performance when aggregated metrics are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Scheduler ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||