Get Analyze Form Result

Obtain current status and the result of the analyze form operation.

get/custom/models/{modelId}/analyzeResults/{resultId}

Path parameters

modelIdstring uuid required

Model identifier.

resultIdstring uuid required

Analyze operation result identifier.

Response

Success

status'notStarted' | 'running' | 'succeeded' | 'failed' required

Status of the queued operation.

createdDateTimestring date-time required

Date and time (UTC) when the analyze operation was submitted.

lastUpdatedDateTimestring date-time required

Date and time (UTC) when the status was last updated.

Changes

No recorded changes to this endpoint across all 10 revisions of this API.