Read local journal entries in batch
Execute a batch read operation on the webhooks journal. This endpoint allows you to retrieve a batch of webhook journal entries by providing the necessary input data. It is useful for processing multiple records in a single request, streamlining data retrieval tasks.
Supported products
Supported products
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Body
An array of strings that are to be processed in the batch operation. This property is required.
Response
successful operation
The date and time when the batch operation was completed, in ISO 8601 format.
An array of results from the batch operation, each represented by a JournalFetchResponse object.
The date and time when the batch operation started, in ISO 8601 format.
The current status of the batch operation. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.
CANCELED, COMPLETE, PENDING, PROCESSING A map of link names to associated URIs, providing additional resources or information related to the batch operation.
The date and time when the batch operation was requested, in ISO 8601 format.