Skip to main content
All pull request endpoints are mounted under /pull-request and require an authenticated session (authMiddleware).

Endpoints

1. List Pull Requests

GET /pull-request/list
GET /pull-request/list/:lastUpdatedAt
Returns a paginated list of up to 20 pull requests for the authenticated user, ordered by updatedAt.

Query Parameters

cURL
Response (200 OK)

2. Condensed PR Summary for Chat

GET /pull-request/list/summary Returns a lightweight list of up to 20 pull requests designed for UI context selectors and chat dropdowns.

Query Parameters

Response (200 OK)