get
https://api.flextract.dev/api/p/report-instances/
Returns a list of report instances available to the authenticated user in the portal. This endpoint uses PhoneTokenAuthentication.
The response includes:
- Report instances that are shared with all links (share_with_all_links=True)
- Report instances from folders accessible via folder-links
Filtering options:
status: Filter by report instance status (ready, processing, completed, failed)include_deleted: Include soft deleted report instances (default: false)
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 records
