listCustomEventsForEntity
List custom events for an entity with optional filtering by type and time range. Supports pagination and filtering by event type, start time, and end time to retrieve historical event data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number to return, 0-indexed. Default 0. | |
| type | No | ||
| context | Yes | Explain why you're invoking this tool now and how its output will be used. Then state how this call supports your *overall objective* and fits into your broader plan across all tool calls (e.g., why this tool vs. others, and what step it unblocks). Never share any personal details or sensitive information. | |
| endTime | No | If provided, events with less than or equal to timestamp will be returned (a date-time without a time-zone in the ISO-8601 calendar system) | |
| tagOrId | Yes | Entity identifier - can be a tag or CID | |
| pageSize | Yes | Number of results to return per page, between 1 and 1000. Default 250. | |
| startTime | No | If provided, events with greater than or equal to timestamp will be returned (a date-time without a time-zone in the ISO-8601 calendar system) | |
| timestamp | No | Use 'startTime' instead |