cURL
Admins
Get Coding Agent PR Merged Status (Admin)
Returns the status (open, closed, or merged) for each provided GitHub pull request URL. Accepts one or more pull_requests query parameters containing GitHub PR URLs. Uses the GitHub REST API to check each pull request’s state. Requires the authenticated account to be a Recoup admin. Authentication via x-api-key or Authorization Bearer token.
GET
cURL
Authorizations
Your Recoup API key. Learn more.
Query Parameters
One or more GitHub pull request URLs to check. Repeat this parameter for each URL. Example: ?pull_requests=https://github.com/org/repo/pull/1&pull_requests=https://github.com/org/repo/pull/2
Required array length:
1 - 50 elements