Skip to main content
GET
Get Analysis Result
Returns the current status of an analysis job previously created via POST /analysis.
Task records expire 24 hours after creation. A 404 response means the task ID is unknown or has expired.

Path parameters

string
required
The task_id returned by POST /analysis.

Response

string
required
One of processing, completed, or failed.
string
required
Echo of the task identifier.
object
Present when status is completed. Contains the full analysis output.
string
Present when status is failed. Human-readable reason the analysis could not be completed.

Status values

Error responses

Polling pattern

Prefer a callback URL over polling when you control a public HTTPS endpoint.