curl --request GET \
--url https://ai.wisepilot.app/api/v1/agency/{agencyId}/runner-stats \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"rollups": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agencyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"runnerName": "<string>",
"skillId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"skillVersion": 123,
"modelId": "<string>",
"websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"period": "30d",
"proposalsCreated": 123,
"proposalsDeployed": 123,
"proposalsMeasured": 123,
"wins": 123,
"losses": 123,
"inconclusive": 123,
"winRate": 123,
"deployRate": 123,
"avgLift": 123,
"avgEvalScore": 123,
"dismissRate": 123,
"computedAt": "2023-11-07T05:31:56Z"
}
],
"perWebsite": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agencyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"runnerName": "<string>",
"skillId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"skillVersion": 123,
"modelId": "<string>",
"websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"period": "30d",
"proposalsCreated": 123,
"proposalsDeployed": 123,
"proposalsMeasured": 123,
"wins": 123,
"losses": 123,
"inconclusive": 123,
"winRate": 123,
"deployRate": 123,
"avgLift": 123,
"avgEvalScore": 123,
"dismissRate": 123,
"computedAt": "2023-11-07T05:31:56Z"
}
]
}
}Returns aggregated outcome statistics for all runners under this agency, including win rate, deploy rate, dismiss rate, and average lift. Stats are computed weekly and broken down per-website with agency rollups.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/agency/{agencyId}/runner-stats \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"rollups": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agencyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"runnerName": "<string>",
"skillId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"skillVersion": 123,
"modelId": "<string>",
"websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"period": "30d",
"proposalsCreated": 123,
"proposalsDeployed": 123,
"proposalsMeasured": 123,
"wins": 123,
"losses": 123,
"inconclusive": 123,
"winRate": 123,
"deployRate": 123,
"avgLift": 123,
"avgEvalScore": 123,
"dismissRate": 123,
"computedAt": "2023-11-07T05:31:56Z"
}
],
"perWebsite": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agencyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"runnerName": "<string>",
"skillId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"skillVersion": 123,
"modelId": "<string>",
"websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"period": "30d",
"proposalsCreated": 123,
"proposalsDeployed": 123,
"proposalsMeasured": 123,
"wins": 123,
"losses": 123,
"inconclusive": 123,
"winRate": 123,
"deployRate": 123,
"avgLift": 123,
"avgEvalScore": 123,
"dismissRate": 123,
"computedAt": "2023-11-07T05:31:56Z"
}
]
}
}API key prefixed with cr_ (e.g. cr_a1b2c3...)
30d, 90d Filter to a specific runner by name