Skip to main content
GET
/
projects
/
{projectIdOrName}
/
notifications
/
topics
List notification topics
curl --request GET \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/topics \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "label": "System Alerts",
    "projectId": "<string>",
    "createTime": "2023-11-07T05:31:56Z",
    "updateTime": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

Response

List of notification topics

id
string
required

The notification topic ID.

label
string
required

A human-readable label for the notification topic.

Example:

"System Alerts"

projectId
string
required

The Ampersand project ID.

createTime
string<date-time>
required

The time when the notification topic was created.

updateTime
string<date-time>

The time when the notification topic was last updated.