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

# Get Identity State Transactions

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

Endpoint to get identity state transactions.
To get all transactions, use the filter `all`. To get the latest transaction, use the filter `latest`.
The transactions are paginated for `filter=all`. If the filter is not provided, the default is `all`.

## Path parameters

- `identifier` string, required

## Query parameters

- `filter` 'all' | 'latest'
- `page` integer
- `max_results` integer
- `sort` string[] — The minus sign (-) before createdAt means descending order.

## Response `200`

State transactions

- StateTransactionsPaginated
  - `items` StateTransaction[], required
    - `id` integer, required
    - `txID` string, required
    - `state` string, required
    - `publishDate` string, required
    - `status` 'created' | 'pending' | 'published' | 'failed', required
  - `meta` PaginatedMetadata, required
    - `total` integer, required
    - `page` integer, required
    - `max_results` integer, 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/versions/8ea65174fe46/schema)
