---
title: "Get custom share status"
method: GET
path: "/api/v5/custom/share/status/{pollingId}"
tags: ["Profiles"]
deprecated: true
---

# Get custom share status

`GET /api/v5/custom/share/status/{pollingId}`

> **Deprecated.**

Deprecated. Returns the processing status for a prior `POST /api/v5/custom/share` call identified by `pollingId`.

## Path parameters

- `pollingId` string, required

## Response `200`

Successful response

- CustomSharePollingResponse
  - `error` RestExceptionResponse, required — Represents the API error response
    - `code` string, required — Specific error code for this error type, documented per endpoint
    - `http_status_code` integer, required — HTTP status code that was returned with this error, useful if client get response code
    - `message` string, required — User readable English description of the error
    - `parameters` object, required — Attributes related to the error, varies be error code, documented per endpoint
    - `unique_id` string, required — Unique id associated with this error, useful for discussions with Extole
  - `polling_id` string, required
  - `share_id` string, nullable, required
  - `status` 'FAILED' | 'PENDING' | 'SUCCEEDED', 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)
