query_events
Query this account's business-event timeline (GitHub releases/PRs, PagerDuty incidents, Jira issues, GitLab, Salesforce onboarding/churn, Stripe subscription created/canceled, Vercel production deploys, Linear issue creation, Sentry newly reported errors) — the same events overlaid on the Cost/Event Explorer charts. Always scope with start_date/end_date: there is no pagination and results are capped at 5000 rows (oldest-first), so an unscoped query over a long history may be silently truncated. Carries no cost figure. Mirrors GET /api/events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text, case-insensitive substring match against the event title | |
| end_date | No | ISO-8601 end of the date range (inclusive) | |
| meta_repo | No | Restrict to these GitHub repos (metadata.repo) — only narrows events that carry a repo; events with no repo (e.g. Salesforce onboarding/churn) are unaffected regardless of value | |
| source_id | No | Restrict to one event source, e.g. "github", "pagerduty", "jira" | |
| event_type | No | Restrict to these event types, e.g. "issue_created", "deploy" | |
| start_date | No | ISO-8601 start of the date range (inclusive) |