---
title: "Get shareable creation status (legacy)"
method: GET
path: "/api/v4/shareable/status/{polling_id}"
tags: ["Profiles"]
deprecated: true
---

# Get shareable creation status (legacy)

`GET /api/v4/shareable/status/{polling_id}`

> **Deprecated.**

Deprecated. Returns the processing status for an asynchronous shareable creation identified by `polling_id`.

## Path parameters

- `polling_id` string, required

## Response `200`

Successful response

- ShareableCreateV4PollingResponse
  - `error` ShareableCreateV4Error, nullable, required
    - `code` string
    - `http_status_code` integer
    - `message` string
    - `parameters` object
    - `unique_id` string
  - `polling_id` string, required
  - `shareable_id` string, nullable, required
  - `status` 'FAILED' | 'PENDING' | 'SUCCEEDED', nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
