---
title: "Lists only the OCR status of every BDMS.Models.Profile attached to a borehole.
Designed for polling: returns a minimal payload `[{id, ocrStatus}]`."
method: GET
path: "/api/v{version}/profile/getocrstatusforborehole"
tags: ["Profile"]
---

# Lists only the OCR status of every BDMS.Models.Profile attached to a borehole.
Designed for polling: returns a minimal payload `[{id, ocrStatus}]`.

`GET /api/v{version}/profile/getocrstatusforborehole`

## Path parameters

- `version` string, required

## Query parameters

- `boreholeId` integer, required

## Response `200`

OK

- ProfileOcrStatus[]
  - `id` integer
  - `ocrStatus` 'Created' | 'Processing' | 'Success' | 'Error' | 'WillNotBeProcessed' — Lifecycle status of OCR processing for a BDMS.Models.Profile file.

---

[API](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2.md) · [All operations](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geoadmin/boreholes-rest-api-v2/versions/e6d0b4ee0f52/schema)
