curl --request GET \
--url https://api.getovra.com/forecast/spend \
--header 'Authorization: Bearer <token>'{
"window": "<string>",
"minHistoryDays": 123,
"agents": [
{}
]
}Returns p10/p50/p90 daily forecast over the requested window for either a single agent or every agent owned by the caller. Each agent reports its own breach state against policy daily/monthly limits. Operator-only — agent tokens are rejected with 403.
curl --request GET \
--url https://api.getovra.com/forecast/spend \
--header 'Authorization: Bearer <token>'{
"window": "<string>",
"minHistoryDays": 123,
"agents": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.