Skip to content

feat: add retrieval of anonymous projects by client ID #11

@iamanishsrivastava

Description

@iamanishsrivastava

Fetch Anonymous Project API

🚀 Feature Request

Describe the feature
An endpoint that retrieves all projects associated with an anonymousUserId.


🎯 Motivation

Frontend should be able to load user-specific projects even before authentication.


🧩 Solution or Approach

  • Accept anonymous ID as param/query/header
  • Return list of all associated projects

✅ Acceptance Criteria

  • Auth not required to call this API
  • Projects returned match anonymous ID
  • Endpoint paginated if needed

📎 Additional Context

Used in project dashboard for anonymous users.


🔀 Related Branch

feat/anon-project-fetch

Metadata

Metadata

Labels

enhancementNew feature or request

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions