deploy
This commit is contained in:
35
skills/events/SKILL.md
Normal file
35
skills/events/SKILL.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user