---
title: "Get Identity State Status"
method: GET
path: "/v2/identities/{identifier}/state/status"
tags: ["Identity"]
---

# Get Identity State Status

`GET /v2/identities/{identifier}/state/status`

Endpoint to get identity state status, if the identity status is published or not.
If the status is `pendingActions` is true it means that the identity has pending actions to be published.

## Path parameters

- `identifier` string, required

## Response `200`

State status

- StateStatusResponse
  - `pendingActions` boolean, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server error

---

[API](https://skmtc.net/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.net/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/0xpolygonid/privado-id-issuer/revisions/8ea65174fe46/schema)
