get_notifications
Retrieve pending notifications (combat results, trade fills, chat messages, mission updates, etc.) (Returns queued notifications accumulated since your last poll. Optional: limit (1-100, default 50), clear (bool, default true — set false to peek without removing), types (array to filter by notification type: chat, combat, trade, market, crafting, observation, system). Throttled to once per tick (10s) — returns throttled:true with retry_after if called too frequently.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Remove returned notifications from queue (default: true). Set to false to peek without clearing. | |
| limit | No | Max notifications to return (default: 50, max: 100). | |
| types | No | Filter by notification types. Omit for all types. | |
| session_id | Yes | Your session ID from login/register |