# Events

Activity detected on monitored creators — events such as `new_post`, `bio_change` and `follower_threshold` — with the full payload and per-endpoint delivery history and status (pending / sending / sent / failed / retrying). List events or fetch a single event.

## List events

 - [GET /public/v1/social/listening/events/](https://docs.influencers.club/openapi/events/public_v1_social_listening_events_list.md): Return a paginated list of the client's events, optionally filtered by subscription, event type, or creator.

## Get event

 - [GET /public/v1/social/listening/events/{event_id}/](https://docs.influencers.club/openapi/events/public_v1_social_listening_events_retrieve.md): Return a single event with its full payload and delivery history.

