OpenEvidence Article Get
oe_article_getFetch an article answer by ID or /ask/ URL. Returns status and supports caching, refresh, and optional wait for completion.
Instructions
Fetch an article (answer) by id or /ask/ URL — 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. Completed answers are served from the local SQLite store when available (from_cache:true, zero network) — pass refresh:true to force a re-fetch from OpenEvidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Bypass the local answers cache and re-fetch from OpenEvidence. | |
| article_id | Yes | Article UUID, or any openevidence.com/ask/<id> URL. | |
| timeout_sec | No | ||
| include_bibtex | No | ||
| save_artifacts | No | ||
| poll_interval_ms | No | ||
| crossref_validate | No | ||
| wait_for_completion | No | ||
| strip_citation_markers | No |