List code reviews

Returns all code reviews for one app, grouped into open, merged, and closed status buckets. Within each bucket, the most recently created reviews appear first.

GET /api/public/v1/code-reviews
Bearer token

Query parameters

· 2
appId string required

Bubble app ID for the project whose code reviews should be listed.

limit integer · min: 1· max: 300· default: 100

Maximum number of reviews to return in each status bucket.

Responses