Analyses
Get an analysis
Retrieve the status and outputs of a previously submitted analysis.
GET
Retrieve an analysis by its id. Because analyses are processed asynchronously, poll this endpoint until
status is success or failed. Output URLs are time-limited — download and store them promptly. See Result expiry.
Which keys appear under outputs depends on the predictions you requested. See the Predictions model.
id vs _internal_exposed_id — id is the screenshot id (the same id returned by Create an analysis and used to request this analysis). _internal_exposed_id is the analysis id, which you need to update metadata or request a summary or recommendations.The screenshot id returned by Create an analysis.
The screenshot id.
The analysis id. Use this when updating analysis metadata or requesting generated summaries and recommendations. Present on success.
The current state of the analysis:
pending, success, or failed.Present when
status is success. The keys depend on the predictions requested.Present when
status is failed. Contains an error code and message.