Skip to content

[FEATURE] Add GET /api/events global event feed with filters #604

Description

@ritik4ever

Category: backend
Project area: backend/src/index.ts

Implementation:

  • Return all stream events across all streams.
  • Filters: eventType, streamId, actor, from, to date range.
  • Paginated with page and limit.
  • Sorted by timestamp descending.

Acceptance Criteria:

  • All filter combinations return correct results.
  • Empty result returns {data: [], total: 0}, not 404.
  • Response time < 200ms for 10k events.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave programbackendenhancementNew feature or requestindexerEvent indexer worker

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions