API access to Inbox > Activity — is there an endpoint for a user's notification/activity feed?

What I’m trying to do

I want to programmatically retrieve the items that appear in a user’s Inbox > Activity feed — the same list you see when you click Inbox in the Asana sidebar.

What I’ve tried so far

  1. GET /tasks?assignee=me&assignee_status=inbox — Returns 200+ tasks (the full “Recently assigned” backlog), not the Inbox activity feed.
  2. Top-level /stories endpoint — Returns a 400 requiring a parent parameter. No way to query stories across tasks in a single call.
  3. /events endpoint — Requires a specific resource GID, so can’t be used as a starting point for discovery across a user’s activity.
  4. Audit log — Requires a service account token.

What’s not working / the gap

None of these map to what the Inbox > Activity view actually shows. Is there an endpoint or approach that exposes a user’s Inbox feed directly? Even a notifications or activity feed endpoint would solve it.

2 posts were merged into an existing topic: [Feature request] Endpoint for Inbox activities/events