Skip to main content
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_idid 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.
string
required
The screenshot id returned by Create an analysis.
string
The screenshot id.
string
The analysis id. Use this when updating analysis metadata or requesting generated summaries and recommendations. Present on success.
string
The current state of the analysis: pending, success, or failed.
object
Present when status is success. The keys depend on the predictions requested.
object
Present when status is failed. Contains an error code and message.