Endpoint
Authentication
Requires a valid JWT token in cookies (obtained via GitHub OAuth).Query Parameters
Maximum number of events to return (1-100)
Filter by event status:
pending, completed, or failedResponse
Returns an array of event objects, ordered by creation time (most recent first).Unique event identifier
GitHub event type (e.g.,
pull_request, push)Processing status:
pending, completed, or failedRaw GitHub webhook payload (JSON string)
ISO 8601 timestamp when event was received
ISO 8601 timestamp when event processing completed (null if pending)
Example Request
Example Response
Use Cases
- Monitoring: Track webhook delivery and processing success rates
- Debugging: Identify failed events that need investigation
- Analytics: Analyze event volume and types over time
- Auditing: Review webhook activity for compliance
Related Endpoints
Event Details
Get detailed information about a specific event
Reviews List
View PR reviews generated from events