List events
render_list_eventsList recent events for a Render service by service ID, with options to filter by event type, time range, and pagination.
Instructions
List events. List recent events that occurred for the service with the provided ID. Calls GET /services/{serviceId}/events on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of event to filter to | |
| limit | No | The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| cursor | No | The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| endTime | No | Epoch/Unix timestamp of end of time range to return. Defaults to `now()`. | |
| serviceId | Yes | The ID of the service | |
| startTime | No | Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`. |