For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notification Types

Use to get notification types.

Get notification types

get

Get list of available notification types

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
200

Notification types

application/json
categorystringRequired
typestringRequired
descriptionstringRequired
get/api/v1/notification-types
GET /api/v1/notification-types HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "category": "Workload status change",
    "type": "Creating",
    "description": "Workload and associated resources are being created in the cluster"
  }
]

Last updated