Skip to main content

Read Operations

List Connected Repos

GET /github/repos

Get Commits

GET /github/repos/{repo_id}/commits

Get Pull Requests

GET /github/repos/{repo_id}/pulls

Search Commits

GET /github/commits/search?q={query}

Get Repo Activity

GET /github/repos/{repo_id}/activity

OAuth Flow

Initiate OAuth

GET /github-oauth/authorize

OAuth Callback

GET /github-oauth/callback

Webhooks

Receive GitHub Events

POST /webhooks/github
Receives webhook payloads from GitHub (push, pull_request, etc.). Verified with HMAC signature.