---
title: "List statuses"
method: GET
path: "/accounts/v4/statuses"
tags: ["Statuses and reasons"]
---

# List statuses

`GET /accounts/v4/statuses`

List account statuses registered for the organization. The org ID is parsed from the access token.

## Query parameters

- `nextCursor` integer
- `maxItems` integer
- `page` integer
- `perPage` integer
- `name` string
- `state` '' | 'BLOCKED' | 'UNBLOCKED'

## Response `200`

OK

- StatusesResponse
  - `next_cursor` string, nullable — Cursor value for the next page
  - `has_next` boolean — Whether there are more pages after the current page (`true`) or not (`false`).
  - `count` integer — Number of items on the current page

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
