---
title: "List support ticket priorities"
method: GET
path: "/tickets/priority"
tags: ["Support"]
---

# List support ticket priorities

`GET /tickets/priority`

## Query parameters

- `subscription_id` string
- `category` string

## Response `200`

An array of available priorities for that license.

- object[]
  - `id` string — Machine name of the priority.
  - `label` string — The human-readable label of the priority.
  - `short_description` string — The short description of the priority.
  - `description` string — The long description of the priority.

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
