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

# Fetch Earliest Batch

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

Retrieve the earliest batch of webhook journal entries for a specified count. This endpoint is useful for accessing historical webhook data in batches, allowing you to process or analyze older entries. The number of entries retrieved is determined by the count 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 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 as a JournalFetchResponse object.
    - `currentOffset` string, uuid, required — The unique identifier for the current offset of the journal entry, formatted as a UUID.
    - `expiresAt` string, date-time, required — The date and time when the URL will expire, in ISO 8601 format.
    - `url` string, required — The URL where the journal entry can be accessed. It is a string.
  - `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/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
