---
title: "[BETA] Poll async operation status"
method: GET
path: "/operations/{public_operation_id}"
tags: ["operations"]
---

# [BETA] Poll async operation status

`GET /operations/{public_operation_id}`

Poll enrichment or bulk jobs using the public_operation_id (op_*) returned from async POST endpoints.

## Path parameters

- `public_operation_id` string, required

## Response `200`

Success — may include Retry-When queued/running

- object — Response data

## Other responses

- `400` — Invalid operation id format
- `401` — Unauthorized
- `404` — Operation not found
- `500` — Unexpected error

---

[API](https://skmtc.net/getpg/apis/pg-ai-public-api.md) · [All operations](https://skmtc.net/getpg/apis/pg-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpg/pg-ai-public-api/revisions/cc47d013c073/schema)
