GET /reviews

List code reviews, newest first.

MethodPath
GET/v1/reviews

`findings` and `configuration` are omitted (counters only). Each filter is a set: repeat `repository`, `pull_request_number`, or `status` to match any of several values. Webhook-created reviews appear here too, so this answers "show me every review on this PR".

Query parameters

repositorydefault []array<string>

Only reviews on these repositories, each as owner/name. Repeat the parameter for several.

pull_request_numberdefault []array<integer>

Only reviews on these pull request numbers. Repeat the parameter for several.

statusdefault []array<CodeReviewRunStatus>

Only reviews in these statuses. Repeat the parameter for several.

limitdefault 50integer
cursorstring
curl "https://api.ellipsis.dev/v1/reviews" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"has_more": false,
"next_cursor": "string",
}

On this page

No Headings
Schedule a demo