Skip to content

Regression: (committee-report) list not sorted by updateDate #409

@ryparker

Description

@ryparker

The sorting fix from #224 appears to have regressed. The /committee-report list endpoint is returning results in inconsistent order again.

Example

GET https://api.congress.gov/v3/committee-report/119?format=json&limit=250

Response contains items where index 1 has updateDate: 2025-05-27T14:11:18Z and index 2 has updateDate: 2025-10-09T00:11:25Z.

This violates descending order (October 2025 should come before May 2025).

Expected Behavior

Results should be sorted by updateDate descending.

Observed On

  • Date: 2026-01-31
  • Endpoint: /v3/committee-report/{congress}
  • Congress: 119

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions