36 lines
934 B
Markdown
36 lines
934 B
Markdown
---
|
|
name: events-routes
|
|
description: Handle 2 OpenAPI operation(s) under /events for the events route group.
|
|
---
|
|
|
|
# events API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /events for the events route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### options_events
|
|
|
|
- Operation ID: `options_events`
|
|
- Route: `OPTIONS /events`
|
|
- Mode: READ
|
|
- Summary: Get events long poll endpoint
|
|
|
|
### get_events
|
|
|
|
- Operation ID: `get_events`
|
|
- Route: `GET /events`
|
|
- Mode: READ
|
|
- Summary: List user and enterprise events
|
|
- Parameters:
|
|
- `stream_type` in `query`
|
|
- `stream_position` in `query`
|
|
- `limit` in `query`
|
|
- `event_type` in `query`
|
|
- `created_after` in `query`
|
|
- `created_before` in `query`
|