curl --request GET \
--url https://api.avidoai.com/v0/runs/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"run": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"applicationId": "<string>",
"createdAt": "2024-01-05T12:34:56.789Z",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"type": "MANUAL",
"experimentVariantId": "123e4567-e89b-12d3-a456-426614174000",
"result": {
"passed": 1,
"failed": 1,
"total": 1,
"passRate": 50,
"averageScore": 0.5,
"evals": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "NATURALNESS",
"passed": 1,
"failed": 1,
"total": 1,
"passRate": 50,
"averageScore": 0.5
}
]
}
}
}Retrieves detailed information about a specific run.
curl --request GET \
--url https://api.avidoai.com/v0/runs/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"run": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"applicationId": "<string>",
"createdAt": "2024-01-05T12:34:56.789Z",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"type": "MANUAL",
"experimentVariantId": "123e4567-e89b-12d3-a456-426614174000",
"result": {
"passed": 1,
"failed": 1,
"total": 1,
"passRate": 50,
"averageScore": 0.5,
"evals": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "NATURALNESS",
"passed": 1,
"failed": 1,
"total": 1,
"passRate": 50,
"averageScore": 0.5
}
]
}
}
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the run
"123e4567-e89b-12d3-a456-426614174000"
Successfully retrieved run
Successful response containing the run data
A Run represents a batch of tests triggered by a single task
Show child attributes
Unique identifier of the run
"123e4567-e89b-12d3-a456-426614174000"
The ID of the application this test belongs to
When the run was created
"2024-01-05T12:34:56.789Z"
When the run was last modified
"2024-01-05T12:34:56.789Z"
MANUAL, SCHEDULED, EXPERIMENT Optional ID of the experiment variant this run belongs to
"123e4567-e89b-12d3-a456-426614174000"
Aggregated run result with pass/fail statistics and average score
Show child attributes
x >= 0x >= 0x >= 00 <= x <= 1000 <= x <= 1Show child attributes
The type of evaluation
NATURALNESS, STYLE, RECALL, CUSTOM, FACT, OUTPUT_MATCH "NATURALNESS"
x >= 0x >= 0x >= 00 <= x <= 1000 <= x <= 1