Reviews

Get a review

Read findings, stage results, coverage, and cost for a review.

MethodPathRequired permissions
GET/v1/reviews/{review_id}
read:reviews
Token access
API key
Supported.
CLI user token
Supported.
Sandbox token
Requires the ellipsis:api scope and the required grants in the token's permissions.ellipsis configuration.

Higher permission levels include lower levels: read < write < delete.

Path parameters

review_idstringrequired
curl "https://api.ellipsis.dev/v1/reviews/{review_id}" \
  -H "Authorization: Bearer $ELLIPSIS_API_TOKEN"

Request

Response

Example response, 200
{
"budget_millicents": 0,
"completed_at": "string",
"cost_millicents": 0,
"created_at": "string",
"description_error": "string",
"description_outcome": "string",
"findings": [],
"id": "string",
"post": true,
"post_error": "string",
"posted_review_id": 0,
"review_body": "string",
"reviewed_commits": [],
"skip_reason": "string",
"stages": [],
"status": "string",
"trigger": "string"
}

On this page

No Headings
Schedule a demo