Tenant credit-pool charges
Returns the newest-first slice of zombie_execution_telemetry rows for the caller’s tenant. Two rows per event under the credit-pool model (charge_type ∈ receive, stage); the dashboard groups them by event_id to show one line per event with both charges. Limit-only paging is sufficient for the v2.0 Settings → Billing Usage tab; deeper history pages with Stripe billing in v2.1.
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Query Parameters
Page size (1–200, default 50).
1 <= x <= 200Opaque pagination token returned in next_cursor from a previous page. Omit for the first page. Treat as a black-box string — the encoded (recorded_at, id) tuple is an implementation detail.