Get Event by ID
Path Parameters
integer
required
The unique identifier of the event
Response
integer
Unique event identifier
string
GitHub event type (e.g.,
pull_request)string
Processing status:
pending, completed, or failedobject
Complete GitHub webhook payload
string
ISO 8601 timestamp when event was received
string
ISO 8601 timestamp when processing completed
Debug Event
Path Parameters
integer
required
The unique identifier of the event
Response
object
Event summary information
array
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