v29

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

Fetch earliest batch

Retrieve the earliest batch of webhook journal entries. This endpoint is useful for accessing the oldest available data in the webhook journal, allowing users to process or analyze historical webhook events. The number of entries to fetch is specified by the 'count' path parameter.

get/webhooks-journal/journal-local/2026-03/batch/earliest/{count}

Path parameters

countinteger required

The number of earliest webhook 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 to filter the webhook journal entries. This is an optional integer parameter.

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'.

All 26 operations