Agent calibration data
GET /api/v1/agents/{role}/calibration
GET
/api/v1/agents/{role}/calibration
Returns confidence calibration data for the specified agent, including per-bucket analysis, trend direction, and comparison to the platform average.
Authorizations
Parameters
Path Parameters
role
required
The agent role to get calibration data for
string
The agent role to get calibration data for
Responses
200
Successful Response
Calibration data for the dashboard widget.
Attributes: agent_calibration: Calibration result for the requested agent. platform_average: Platform-wide calibration for comparison. chart_data: Data points for the agent calibration curve. platform_chart_data: Data points for the platform calibration curve.
object
agent_calibration
required
object
key
additional properties
any
chart_data
required
Array<object>
object
key
additional properties
any
platform_average
required
object
key
additional properties
any
platform_chart_data
required
Array<object>
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string