get https://api.flextract.dev/api/p/report-instances//
Returns a single report instance by its hashid in the portal. This endpoint uses PhoneTokenAuthentication.
The report instance must be:
- Shared with all links (share_with_all_links=True)
- Associated with a folder accessible via folder-links
Response fields:
id: The hashid of the report instancestatus: The current status of the report instancecreated_at: When the report instance was createdestimated_completion_time: Estimated completion time (if available)completed_at: When the report was completed (if completed)report: Object with report id and namefolder: Object with folder id and name (if associated)html: HTML content of the report (if available)content: Same as html fieldcontent_type: Always 'html'share_with_all_links: Whether the report is shared with all linksfile_records_count: Number of linked file recordsuser_prompt: User-provided prompt (if any)llm_prompt: LLM-generated prompt (if any)
