Get Event by ID
Path Parameters
The unique identifier of the event
Response
Unique event identifier
GitHub event type (e.g.,
pull_request)Processing status:
pending, completed, or failedComplete GitHub webhook payload
ISO 8601 timestamp when event was received
ISO 8601 timestamp when processing completed
Debug Event
Path Parameters
The unique identifier of the event
Response
Event summary information
Associated workflow runs
Example Requests
Example Debug Response
Use Cases
- Troubleshooting: Investigate why a specific PR review failed
- Debugging: Examine the raw GitHub payload for a webhook event
- Monitoring: Track workflow execution status and errors
- Development: Test webhook processing locally with real payloads
Error Responses
Related Endpoints
List Events
Browse all webhook events
Review Details
View the PR review generated from an event