Get a single report instance by ID (Portal)

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 instance
  • status: The current status of the report instance
  • created_at: When the report instance was created
  • estimated_completion_time: Estimated completion time (if available)
  • completed_at: When the report was completed (if completed)
  • report: Object with report id and name
  • folder: Object with folder id and name (if associated)
  • html: HTML content of the report (if available)
  • content: Same as html field
  • content_type: Always 'html'
  • share_with_all_links: Whether the report is shared with all links
  • file_records_count: Number of linked file records
  • user_prompt: User-provided prompt (if any)
  • llm_prompt: LLM-generated prompt (if any)
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!