List recent read activity
everypage_list_eventsCheck recent activity across shared documents: view sessions, downloads, or email-gate leads. Use the returned cursor to fetch only new events since the last check and answer '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. |