Skip to main content
GET
/
mdts
/
{mdtId}
/
tickets
List tickets
curl --request GET \
  --url https://api.northca.dev/v1/mdts/{mdtId}/tickets \
  --header 'x-discord-guild: <x-discord-guild>' \
  --header 'x-partner-key: <api-key>'
"<unknown>"

Authorizations

x-partner-key
string
header
required

Partner API key provided by Northca.

Headers

x-discord-guild
string
required

Discord Guild ID (server/guild context for the request).

x-discord-actor
string

Discord User ID for the acting user (optional; used for audit fields).

Path Parameters

mdtId
string
required

MDT ID.

Query Parameters

limit
integer
default:50

Maximum number of results to return (capped at 200).

Required range: 1 <= x <= 200
status
string

Optional status filter.

Response

Array of tickets.

The response is of type any.