Skip to main content
GET
/
v1
/
ai
/
calibration
/
{task}
Get Calibration Summary
curl --request GET \
  --url https://api.example.com/v1/ai/calibration/{task} \
  --header 'Authorization: Bearer <token>'
{
  "n_items": 123,
  "provenance": {},
  "target_coverage": 123,
  "task": "<string>",
  "degraded": false,
  "last_audit": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task
string
required

Response

Successful Response

n_items
integer
required
provenance
Provenance · object
required
target_coverage
number
required
task
string
required
degraded
boolean
default:false
last_audit
Last Audit · object | null