---
title: "List callout notification histories"
method: GET
path: "/v1/notification-history/callout"
tags: ["Notifications"]
---

# List callout notification histories

`GET /v1/notification-history/callout`

Describes how to get a notification history for callouts.

## Query parameters

- `page` integer
- `pageSize` integer
- `endTime` string, date-time
- `startTime` string, date-time
- `objectId` string
- `failedOnly` boolean
- `eventCategory` string
- `includeResponseContent` boolean

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GETCalloutHistoryVOsType
  - `calloutHistories` GETCalloutHistoryVOType[] — A container for callout histories.
    - `attemptedNum` string — The number of times the callout was retried.
    - `createTime` string — The time that the calloutHistory record was made.
    - `eventCategory` string — The event category for the callout.
    - `eventContext` string — The context of the callout event.
    - `notification` string — The name of the notification.
    - `requestMethod` string — The request method set in notifications settings.
    - `requestUrl` string — The base url set in notifications settings.
    - `responseCode` string — The responseCode of the request.
    - `responseContent` string
  - `nextPage` string, URL — URL to retrieve the next page of the response if it exists; otherwise absent.
  - `success` boolean — Returns `true` if the request was processed successfully.

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
