---
title: notificationHistoryResponseItem
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/notificationhistoryresponseitem
---

# notificationHistoryResponseItem

The App Store server notification history record, including the signed notification payload and the result of the server’s first send attempt.

## Declaration

```data
object notificationHistoryResponseItem
```

## Properties

sendAttempts: An array of information the App Store server records for its attempts to send a notification to your server. The maximum number of entries in the array is six. signedPayload: The cryptographically signed payload, in JSON Web Signature (JWS) format, containing the original response body of a version 2 notification. For more information, see signedPayload in App Store Server Notifications. firstSendAttemptResult: The result of the App Store server’s first attempt to send the notification to your server’s App Store Server Notifications V2 endpoint. Use the earliest sendAttemptItem in the sendAttempts array instead.

## Mentioned in

App Store Server API changelog

## Topics

### Data types

- [sendAttemptResult](appstoreserverapi/sendattemptresult.md)
- [sendAttemptItem](appstoreserverapi/sendattemptitem.md)
- [signedPayload](appstoreserverapi/signedpayload.md)

## See Also

### App Store Server Notifications history

- [Get Notification History](appstoreserverapi/get-notification-history.md)
- [NotificationHistoryRequest](appstoreserverapi/notificationhistoryrequest.md)
- [NotificationHistoryResponse](appstoreserverapi/notificationhistoryresponse.md)
