Search Modaic documentation

Find a Modaic guide or API reference

ReferenceAPIalignments

List alignments

List recent alignment jobs for a model, newest first.

GET/v1/models/{modelId}/alignments

Authorization

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?