v29

OpenAPI 3.0.1raw.githubusercontent.com2026-06-030080.0 KB
Batch

Retrieve batch

Retrieve the latest batch of webhook journal entries up to the specified count. This endpoint is useful for fetching recent webhook data for analysis or processing. The count parameter determines the maximum number of entries to return.

get/webhooks-journal/journal/2026-03/batch/latest/{count}

Path parameters

countinteger required

The maximum number of journal entries to retrieve. This is a required integer parameter with a minimum value of 1.

Query parameters

installPortalIdinteger

The ID of the portal installation. This is an integer value used to specify the portal context for the request.

Response

successful operation

completedAtstring date-time required

The date and time when the batch operation was completed, in ISO 8601 format.

linksobject

A map of link names to associated URIs, providing additional resources or information related to the batch operation.

requestedAtstring date-time

The date and time when the batch operation was requested, in ISO 8601 format.

startedAtstring date-time required

The date and time when the batch operation started, in ISO 8601 format.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

The current status of the batch operation. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.