Skip to main content

Get Event by ID

Retrieves detailed information about a specific webhook event.

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 failed
object
Complete GitHub webhook payload
string
ISO 8601 timestamp when event was received
string
ISO 8601 timestamp when processing completed

Debug Event

Debug endpoint that shows the event payload and associated workflow run errors.

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

List Events

Browse all webhook events

Review Details

View the PR review generated from an event