List example decisions
List all decisions recorded for an example, newest first. The response includes successful and failed batch records as well as captured live decisions.
GET
/v1/models/{modelId}/examples/{exampleId}/decisionsAuthorization
Authorizationstringrequired
Send a Modaic bearer token in the Authorization header.
Parameters
modelIdUUIDrequired
Model repository ID.
exampleIdUUIDrequired
Example ID.
Response
decisionsDecisionRecord[]required
Each record includes id, exampleId, commitSha, model, answers, the
complete request, nullable response, nullable confidence, checkpoint,
revision, source (batch or live), nullable jobId, nullable error,
image URLs, and createdAt.
Was this page helpful?