OpenEvidence Article Get
oe_article_getFetch an article (answer) by ID, returning its current status. If pending, retry later or use wait_for_completion to block until the answer is ready.
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 | ||
| wait_for_completion | No | ||
| timeout_sec | No | ||
| poll_interval_ms | No | ||
| save_artifacts | No | ||
| crossref_validate | No | ||
| include_bibtex | No |