# notification

**Scope required:** standard:read

For a complete list of possible response fields see the [Notification](https://github.com/bunnyapp/docs-developer/blob/main/api-reference/types/notification.md) type.

```graphql
query notification ($id: ID, $code: String, $format: String) {
  notification (id: $id, code: $code, format: $format) {
    action
    createdAt
    description
    id
    recipientUserId
    seenAt
  }
}
```

## Arguments

| Name   | Type   | Description |
| ------ | ------ | ----------- |
| id     | ID     |             |
| code   | String |             |
| format | String |             |

## Response

* [Notification](https://github.com/bunnyapp/docs-developer/blob/main/api-reference/types/notification.md)
