---
title: "GET /api/cancellations"
method: GET
path: "/api/cancellations"
tags: ["api", "cancellations"]
---

# GET /api/cancellations

`GET /api/cancellations`

Get all cancellations

## Query parameters

- `transactionId` string, required
- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` number, float — The number of objects to skip for the requested result

## Response `200`

OK

- GETCancellationsGetAllCancellations200Response
  - `docs` object[]
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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