v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426220141.8 KB

Retrieves runtime information about a detector model analysis.

After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.

get/analysis/detector-models/{analysisId}

Path parameters

analysisIdstring required

The ID of the analysis result that you want to retrieve.

Response

Success

status'RUNNING' | 'COMPLETE' | 'FAILED'
<p>The status of the analysis activity. The status can be one of the following values:</p> <ul> <li> <p> <code>RUNNING</code> - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.</p> </li> <li> <p> <code>COMPLETE</code> - AWS IoT Events finished analyzing your detector model.</p> </li> <li> <p> <code>FAILED</code> - AWS IoT Events couldn't analyze your detector model. Try again later.</p> </li> </ul>