Reviews
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
repositoryIdentifierstringRequiredExample:
Repository identifier in the format owner/repo
flxbl-io/sf-coreprNumberstringOptional
Optional PR number to filter for a specific pull request
statusstringOptional
Optional status filter: open, closed, or all (default: all)
Responses
200
Pull requests with metadata retrieved successfully.
application/json
400
Bad Request (e.g., missing repositoryIdentifier)
401
Unauthorized
404
Repository not found or no access
get
/sfp/api/reviews/pull-requestsLast updated