Get a result
get_resultExposes GET /result/:token. Returns the result of a past request, in the same form the call that made it would have returned — Markdown as Markdown, a structured operation as its object, a screenshot as an image, a scrape as its combined object.
This is how an async call is collected: any tool called without sync: true answers with a token, and this turns that token into the result. It also re-reads a result somebody already paid for, which is free — results are kept for 30 days.
A request that has not finished yet answers {"status": "processing"}; call again in a moment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The token the original call returned. | |
| project_id | Yes | From list_projects. |