v171

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0726249111.7 MB
Notifiers

List notifiers

Returns notifier destinations visible to the caller, ordered by creation time with the newest notifier first.

get/v2/notifiers

Query parameters

limitinteger

Optional. Number of notifiers to return. Defaults to 25 and must be between 1 and 200.

starting_afterstring

Cursor for forward pagination. Set to the _id of the last item from the previous page.

ending_beforestring

Cursor for backward pagination. Set to the _id of the first item from the previous page.

project_idstring

Restrict results to one project. Must be a project the caller is authorized for.

searchstring

Optional. Case-insensitive substring match on the notifier name.

typeNotifierType[]

Optional. Restrict results to these notifier types.

Response

OK

objectstring required

Object discriminator for list responses; always list.

has_moreboolean required

Whether more notifiers are available in the selected pagination direction.