get_raw_events
Retrieve a paginated debug slice of raw SPX events to inspect event data without fetching the full report.
Instructions
Return a paginated debug slice of raw SPX events. This never returns the full report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| limit | No | Number of events to return. Defaults to 100, maximum 1000. | |
| offset | No | Zero-based event offset. Defaults to 0. | |
| spxKey | No | SPX HTTP key. Defaults to SPX_KEY. | |
| baseUrl | No | SPX-enabled application base URL. Defaults to SPX_BASE_URL. | |
| timeoutMs | No | ||
| includeFunctions | No | Include function names and an index-to-name map. Defaults to false. |