> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# events

Snapshot of events that occurred during the operation, such as console messages, network requests, and field executions. To get real-time updates, use subscriptions instead.

## Definition

```graphql theme={null}
events(): Events
```

## Returns

[Events](/reference/graphql/objects/events)

Represents a collection of events that occurred during an operation,
such as console messages, errors, field executions, or network requests.
These events are collected throughout the operation and returned as a batch for analysis. To get real-time updates, use subscriptions instead.
