OpenEvidence Article Get
oe_article_getRetrieve a previously submitted article by its ID. Returns the current status, or blocks until the answer is ready if wait_for_completion is true.
Instructions
Fetch an article (answer) by id — the fetch-later half of fire-and-forget oe_ask. Returns the current status; if it is still 'pending' either retry later or pass wait_for_completion:true to block until the answer is ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | ||
| timeout_sec | No | ||
| include_bibtex | No | ||
| save_artifacts | No | ||
| poll_interval_ms | No | ||
| crossref_validate | No | ||
| wait_for_completion | No |