Get alignment logs
Read the available alignment log as an array of lines. You can poll this endpoint while an alignment is running.
GET
/v1/alignments/{alignmentId}/logsAuthorization
Authorizationstringrequired
Send a Modaic bearer token in the Authorization header.
Parameters
alignmentIdUUIDrequired
Alignment ID.
Response
logsstring[]required
Log lines in display order. The array is empty until output is available.
availablebooleanrequired
Whether any log output is currently available.
runningbooleanrequired
true while the alignment has not reached a terminal state.
Was this page helpful?