---
title: "List Statuses"
method: GET
path: "/finalize/v2/statuses"
tags: ["Finalize Statuses"]
---

# List Statuses

`GET /finalize/v2/statuses`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

success

- object
  - `data` object[], required
    - `id` string, uuid, required — The UUID of the agreement status record.
    - `name` string, required — The name of the agreement status.
    - `description` string, required — The description of the agreement status.
    - `internal_enum` string, required — A unique string to identify the agreement status.
  - `total_count` integer, required — Total number of items returned
  - `_links` object, required
    - `next` object
      - `href` string — URL to the next page of items (null if none)
    - `prev` object
      - `href` string — URL to the previous page of items (null if none)

## Other responses

- `422` — unprocessable_entity

---

[API](https://skmtc.net/linksquares/apis/linksquares-api.md) · [All operations](https://skmtc.net/linksquares/apis/linksquares-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linksquares/linksquares-api/revisions/4d597e83cd78/schema)
