---
title: "Retrieve status"
method: GET
path: "/webhooks-journal/journal/2026-03/status/{statusId}"
tags: ["Basic"]
---

# Retrieve status

`GET /webhooks-journal/journal/2026-03/status/{statusId}`

Retrieve the status of a specific webhook journal entry using its unique status ID. This endpoint provides detailed information about the status, including whether it is pending, in progress, completed, failed, or expired. It is useful for monitoring and managing the state of webhook journal entries.

## Path parameters

- `statusId` string, uuid, required

## Response `200`

successful operation

- SnapshotStatusResponse
  - `completedAt` integer — The timestamp when the snapshot was completed, represented as an integer in int64 format. This field may be null if the snapshot is not yet completed.
  - `errorCode` 'INTERNAL_ERROR' | 'PERMISSION_DENIED' | 'TIMEOUT' | 'VALIDATION_ERROR' — An optional code indicating the error that occurred, if any. Possible values are 'TIMEOUT', 'VALIDATION_ERROR', 'INTERNAL_ERROR', and 'PERMISSION_DENIED'.
  - `id` string, uuid, required — A unique identifier for the snapshot, represented as a UUID.
  - `initiatedAt` integer, required — The timestamp when the snapshot was initiated, represented as an integer in int64 format.
  - `message` string — A descriptive message providing additional information about the snapshot status or error.
  - `status` 'EXPIRED' | 'FAILED' | 'IN_PROGRESS' | 'PENDING' | 'SUCCESS', required — The current status of the snapshot. Valid values include 'PENDING', 'IN_PROGRESS', 'COMPLETED', 'FAILED', and 'EXPIRED'.

## 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/b66de3da9c75/schema)
