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

# Retrieve status

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

Retrieve the status of a specific webhook journal entry using its unique status ID. This endpoint is useful for monitoring the progress or outcome of webhook journal entries, allowing you to check if an entry is pending, in progress, completed, failed, or expired.

## Path parameters

- `statusId` string, uuid, required

## Response `200`

successful operation

- SnapshotStatusResponse
  - `completedAt` integer — The timestamp indicating when the snapshot operation was completed, represented as a Unix timestamp in milliseconds.
  - `errorCode` 'INTERNAL_ERROR' | 'PERMISSION_DENIED' | 'TIMEOUT' | 'VALIDATION_ERROR' — A code representing the error that occurred, if any. Possible values are 'TIMEOUT', 'VALIDATION_ERROR', 'INTERNAL_ERROR', and 'PERMISSION_DENIED'.
  - `id` string, uuid, required — The unique identifier for the snapshot operation, represented as a UUID.
  - `initiatedAt` integer, required — The timestamp indicating when the snapshot operation was initiated, represented as a Unix timestamp in milliseconds.
  - `message` string — A descriptive message providing additional information about the snapshot operation or error.
  - `status` 'COMPLETED' | 'EXPIRED' | 'FAILED' | 'IN_PROGRESS' | 'PENDING', 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/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)
