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 /notificationsimport civis client = civis.APIClient() response = client.notifications.list(...)
Warning
The method name
<client>.notifications.listis deprecated and will be removed at civis-python v3.0.0 (scheduled for February 2027). Please switch to<client>.notifications.getfor 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