List recent read activity
everypage_list_eventsList recent views, downloads, or gate leads across documents. Use the returned cursor to fetch new activity since last check, answering 'has anyone read anything today?'
Instructions
Recent activity across the account's EveryPage documents: view sessions, downloads, or leads captured by the email gate. Returns a cursor so a later call can fetch only what has happened since. Use this to answer "has anyone read anything today?" or to poll for new reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Limit to one document: UUID, short link id, or a pasted share URL. | |
| type | No | Which stream: view sessions (default), downloads, or gate (leads captured by the email-capture form; requires the Pro plan). | |
| limit | No | How many events. Default 25, maximum 100. | |
| since | No | Cursor from a previous call's nextCursor. Only valid for the SAME type - cursors are not comparable across streams. Omit for the most recent activity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The stream these events came from. | |
| count | Yes | ||
| events | Yes | ||
| nextCursor | Yes | Pass as `since` on the next call, with the SAME type, to get only newer events. |