Report export timing out for large date ranges — workaround?

I have confirmed that the Work Order Summary Report is consistently timing out when attempting to export date ranges exceeding 90 days. This behavior is reproducible across multiple browsers (Chrome 124.0.6367.78, Firefox 125.0.3) and occurs for users with both Admin and Manager roles.

Environment Details:

  • Account: Enterprise Plan (500+ active technicians)
  • Approximate work order volume: 12,000–15,000 records per month
  • Target date range: January 1, 2025 – March 31, 2025 (Q1 reporting)
  • Error observed: "Request timed out" after ~120 seconds; HTTP 504 returned

Steps to Reproduce:

  1. Navigate to Reports → Work Order Summary
  2. Set Date Range to Custom: 2025-01-01 to 2025-03-31
  3. Click Export to CSV
  4. Observe timeout after approximately 2 minutes

I have verified that smaller date ranges (30 days) complete successfully in approximately 15 seconds. The issue appears to be related to the volume of data being processed rather than a specific filter or parameter.

From a governance perspective, we require quarterly exports for internal audit compliance. I am seeking either:

  1. A supported workaround for bulk export (e.g., API-based retrieval with pagination)
  2. Confirmation of known limitations and recommended maximum date ranges
  3. Timeline for resolution if this is identified as a platform defect

I have reviewed the workaround article for API pagination but would prefer to confirm whether this is the recommended approach before developing a custom solution.

Parents
  • Rachel, just to close the loop on this — I've confirmed with our engineering team that the 120-second UI timeout is a current platform limitation for reports exceeding ~8,000 records. Your account consistently exceeds this threshold.

    Recommended path forward:

    1. Use the API method Carlos and Eli outlined above for quarterly exports
    2. For monthly operational reports, the UI export should remain viable
    3. We're tracking your account for the streaming export beta (targeting Q3)

    I've also updated the troubleshooting article to include a direct link to the API pagination guide, since this is coming up more frequently with larger customers.

    Let me know if you need help with the audit log integration Gwen mentioned — happy to walk through that endpoint structure as well.

Reply
  • Rachel, just to close the loop on this — I've confirmed with our engineering team that the 120-second UI timeout is a current platform limitation for reports exceeding ~8,000 records. Your account consistently exceeds this threshold.

    Recommended path forward:

    1. Use the API method Carlos and Eli outlined above for quarterly exports
    2. For monthly operational reports, the UI export should remain viable
    3. We're tracking your account for the streaming export beta (targeting Q3)

    I've also updated the troubleshooting article to include a direct link to the API pagination guide, since this is coming up more frequently with larger customers.

    Let me know if you need help with the audit log integration Gwen mentioned — happy to walk through that endpoint structure as well.

Children
No Data