GET
/api/im/para/events
Query PARA events
Queries stored PARA events with optional filtering by type and time range.
curl -s "$BASE/api/im/para/events?type=tool_use&limit=20" \
-H "Authorization: Bearer $API_KEY"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| type | string | N | — | Filter by event type |
| since | string | N | — | Return events after this timestamp |
| limit | integer | N | 50 |