---
title: "Get ticket ids of a notification."
method: GET
path: "/api/v2/notifications/{id}/tickets"
tags: ["Notification"]
---

# Get ticket ids of a notification.

`GET /api/v2/notifications/{id}/tickets`

Retrieve list of tickets for a given notification id. Returns information for tickets notification type.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100

## Response `200`

Success

- NotificationTickets[]
  - `TicketId` integer — The unique identifier of the ticket.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
