Documentation Index
Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Query Parameters
| Param | Default | Description |
|---|---|---|
limit | 50 | Max results (up to 200) |
offset | 0 | Pagination offset |
Example
Response
Fields
| Field | Type | Description |
|---|---|---|
event_type | string | The event type that triggered this delivery |
event_id | string | Unique event identifier |
status_code | number|null | HTTP response status. null if the request failed before getting a response (timeout, connection refused). |
latency_ms | number | Round-trip time in milliseconds |
attempt | number | Delivery attempt number (1 = first try, 2+ = retries) |
success | boolean | true if HTTP 2xx received within 5 seconds |
error | string|null | Error message on failure |
delivered_at | string | ISO timestamp of delivery attempt |

