List examples
List examples newest-updated first. Each item includes its current annotation, latest successful decision, and total decision count.
GET
/v1/models/{modelId}/examplesAuthorization
Authorizationstringrequired
Send a Modaic bearer token in the Authorization header.
Parameters
modelIdUUIDrequired
Model repository ID. Repository read access is required.
pageintegerdefault: 1
One-based page number.
pageSizeintegerdefault: 30
Number of examples per page, from 1 to 100.
Response
itemsExample[]required
Examples with source (ingest or live), image URLs, optional annotation,
optional latest decision, and timestamps.
pageintegerrequired
pageSizeintegerrequired
totalintegerrequired
totalPagesintegerrequired
An annotation contains groundTruth, nullable groundReasoning, and a stable
split of train or test. latestDecision is null until the model has
made a successful decision for that example.
Was this page helpful?