client.notifications.list

A method of the Notifications endpoint.

list(*, last_event_id: str = None, r: str = None, mock: str = None) ListResponse

Receive a stream of notifications as they come in

API URL: GET /notifications

import civis
client = civis.APIClient()
response = client.notifications.list(...)

Warning

The method name <client>.notifications.list is deprecated and will be removed at civis-python v3.0.0 (scheduled for February 2027). Please switch to <client>.notifications.get for the same method.

Parameters:
last_event_idstr, optional

allows browser to keep track of last event fired

rstr, optional

specifies retry/reconnect timeout

mockstr, optional

used for testing

Returns:
None

Response code 200: success