List model comparisons
Hand off to an LLM
List model comparisons for the environment, newest first.
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Query Parameters
limit?integer
Max comparisons to return (default 50, max 100).
Format
int32startingAfter?string
Cursor: return comparisons older than this comparison ID.
Response Body
application/json
curl -X GET "https://api.bem.ai/v3/model-comparisons"{
"comparisons": [
{
"comparisonID": "string",
"name": "string",
"status": "pending",
"numEntries": 0
}
]
}See also
- System overview — evaluating extraction quality