Properties
| Name | Type | Description |
|---|---|---|
| status | string | This is the status of the eval run result. The status is only 'pass' or 'fail' for an eval run result. Currently, An eval is considered `pass` only if all the Assistant Judge messages are evaluated to |
| messages | array | This is the messages of the eval run result. It contains the user/system messages |
| startedAt | string | This is the start time of the eval run result. |
| endedAt | string | This is the end time of the eval run result. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EvalRunResult",
"title": "EvalRunResult",
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "This is the status of the eval run result.\nThe status is only 'pass' or 'fail' for an eval run result.\nCurrently, An eval is considered `pass` only if all the Assistant Judge messages are evaluated to pass.",
"example": "pass",
"enum": [
"pass",
"fail"
]
},
"messages": {
"type": "array",
"description": "This is the messages of the eval run result.\nIt contains the user/system messages",
"items": {
"oneOf": [
{
"$ref": "#/components/schemas/ChatEvalUserMessageMock",
"title": "ChatEvalUserMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalSystemMessageMock",
"title": "ChatEvalSystemMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalToolResponseMessageMock",
"title": "ChatEvalToolResponseMessageMock"
},
{
"$ref": "#/components/schemas/ChatEvalAssistantMessageMock",
"title": "ChatEvalAssistantMessageMock"
}
]
}
},
"startedAt": {
"format": "date-time",
"type": "string",
"description": "This is the start time of the eval run result.",
"example": "2021-01-01T00:00:00.000Z"
},
"endedAt": {
"format": "date-time",
"type": "string",
"description": "This is the end time of the eval run result.",
"example": "2021-01-01T00:00:00.000Z"
}
},
"required": [
"status",
"messages",
"startedAt",
"endedAt"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-evalrunresult"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.