---
title: "Fetch earliest batch"
method: GET
path: "/webhooks-journal/journal-local/2026-03/batch/earliest/{count}"
tags: ["Batch"]
---

# Fetch earliest batch

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

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.

## Path parameters

- `count` integer, required

## Query parameters

- `installPortalId` integer

## Response `200`

successful operation

- BatchResponseJournalFetchResponse
  - `completedAt` string, date-time, required — The date and time when the batch operation was completed, in ISO 8601 format.
  - `links` object — A map of link names to associated URIs, providing additional resources or information related to the batch operation.
  - `requestedAt` string, date-time — The date and time when the batch operation was requested, in ISO 8601 format.
  - `results` JournalFetchResponse[], required — An array of results from the batch operation, each represented by a JournalFetchResponse object.
    - `currentOffset` string, uuid, required — A UUID string indicating the current offset for pagination purposes.
    - `expiresAt` string, date-time, required — The date and time when the URL will expire, in ISO 8601 format.
    - `url` string, required — A string representing the URL where the journal data can be accessed.
  - `startedAt` string, 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'.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/webhooks-journal-webhooks-journal.md) · [All operations](https://skmtc.net/hubspot/apis/webhooks-journal-webhooks-journal/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/webhooks-journal-webhooks-journal/revisions/88217f2784d4/schema)
