List alignments
List recent alignment jobs for a model, newest first.
GET
/v1/models/{modelId}/alignmentsAuthorization
Authorizationstringrequired
Send a Modaic bearer token in the Authorization header.
Parameters
modelIdUUIDrequired
Model repository ID. Repository read access is required.
limitintegerdefault: 20
Maximum number of jobs to return, from 1 to 100.
Response
alignmentsAlignment[]required
Alignment resources with status, phase, source and result commits, result, progress, error, and timestamps.
Was this page helpful?