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

# notification_mark_read_all

> Mark every notification raised by one issue, project or initiative as read. This is scoped to an entity rather than to the whole inbox.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.linear.app/graphql"}</code></div>

```python linear_notification_mark_read_all.py theme={null}
from charter.packs import linear

result = await linear.notification_mark_read_all.ainvoke({"variables": ...})
```

<Note>
  Posts a GraphQL document to `POST /graphql`, as every tool in this pack does.
</Note>

## Body

<div className="reference-table">
  | Field                                                             | Type                                                                                                     | Description                                 |
  | ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
  | `variables` <span className="required" title="required">\*</span> | [NotificationMarkReadAllVariables](/charter/charter/packs/linear/inbox/objects#notificationmarkreadallvariables) | Whose notifications to mark read, and when. |
</div>
