List app events
list_app_eventsList an app's activity events (deployments, scaling, restarts, collaborator changes, etc.), paginated. Scalingo API: GET /v1/apps/{app}/events. Returns { events: [...], meta: { pagination } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The app name (e.g. my-production-app) or app id (app-…). | |
| from | No | Restrict to events from the last N hours (1-72). | |
| page | No | Page number (1-based) for paginated lists. | |
| per_page | No | Entries per page (1-100). |