---
title: "Head Web Presence Review History"
method: HEAD
path: "/api/v1/history/company/{request_id}"
tags: ["Web Presence Review History"]
---

# Head Web Presence Review History

`HEAD /api/v1/history/company/{request_id}`

Check whether a web presence review is ready without transferring the result.

The status codes are the same ones the GET returns: `200` once the review is complete, `202`
while it is still running, `404` if it does not exist, and `500` if it failed. Use this when
polling — there is no body to download, and we skip building the response payload entirely.

Requires a valid `X-API-KEY` header.

## Path parameters

- `request_id` string, uuid, required

## Response `200`

OK

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-08-28** `0a984090228e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/history/company/:request_id/head.md)

---

[API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/revisions/d73221322109?raw)
