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.

Changes

Changed in 12 of the 252 revisions of this API.58

Of the 252 revisions, 71 have no diff computed.