check_paper_status
Check the status and progress of a paper generation. Retrieve download URLs for PDF, DOCX, and citations when complete.
Instructions
Check the status and progress of a paper generation.
Args: generation_id: The ID returned by start_paper_generation()
Returns: dict with status, progress percentage, current phase, and download URLs when complete.
Status values:
- "processing": Paper is being generated. Check back in a few minutes.
- "completed": Paper is ready! Download URLs are included.
- "failed": Generation failed. Start a new one.
When completed, the response includes:
- pdf_url: Download the formatted PDF
- docx_url: Download the Word document
- zip_url: Download everything (PDF + DOCX + citations JSON)
- citations_url: Download citations in JSON format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generation_id | Yes |