Skip to content

9745 - Amgen Support Large Cases#9786

Open
codyseibert wants to merge 5 commits intostagingfrom
9745-amgen-support-huge-cases
Open

9745 - Amgen Support Large Cases#9786
codyseibert wants to merge 5 commits intostagingfrom
9745-amgen-support-huge-cases

Conversation

@codyseibert
Copy link
Contributor

@codyseibert codyseibert commented Feb 27, 2026

  • Large cases with many docket entries can exceed the API Gateway's 6MB response size limit on GET /cases/:docketNumber, causing failures when loading case detail
  • Splits docket entry loading into a separate paginated endpoint (GET /cases/:docketNumber/docket-entries) that returns entries in chunks of 1,000, capped at page 20
    (~20,000 entries max)
  • The existing case endpoint now excludes docket entries from its response (via excludeDocketEntries query param), keeping it well under the size limit
  • getCaseAction transparently fetches all pages and merges them back, so all 50+ sequences that depend on it continue working with no changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant