---
title: "Get notification ticket"
method: GET
path: "/tickets/notification/{shareToken}"
tags: ["Ticket"]
---

# Get notification ticket

`GET /tickets/notification/{shareToken}`

Get notification ticket.

The dashboard calls this for every websocket ticket event whose ticket
isn't already loaded — it is a READ, gated on TICKET_FIND like GET
/tickets. It previously required TICKET_EXPORT (copied from the export
endpoints around it), which silently broke realtime inserts for any
custom role that can view the inbox but not export.

## Path parameters

- `shareToken` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- unknown

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/05e5eb4c2da1/schema)
