API Endpoints
Base URL:https://api.mergeguide.ai/v1
Evaluations
Create Evaluation
Analyze code against policies.Get Evaluation
Retrieve evaluation details.List Evaluations
List evaluations with filtering.| Parameter | Type | Description |
|---|---|---|
repository | string | Filter by repository |
status | string | Filter by status (pending, completed, failed) |
passed | boolean | Filter by pass/fail |
since | ISO8601 | Evaluations after this date |
until | ISO8601 | Evaluations before this date |
limit | integer | Max results (default: 20, max: 100) |
cursor | string | Pagination cursor |
Delete Evaluation
Policies
List Policies
| Parameter | Type | Description |
|---|---|---|
enabled | boolean | Filter by enabled state |
category | string | Filter by category |
severity | string | Filter by severity |