phabricator_feed_query
Retrieve recent Phabricator activity feed including task updates, revision changes, and commits. Filter by PHIDs, choose output format, and paginate results.
Instructions
Query the Phabricator activity feed. Returns recent activity (task updates, revision changes, commits, etc.) as an object keyed by story PHID. Uses feed.query (the only Conduit method for feed data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filterPHIDs | No | Only show activity involving these PHIDs (user, project, task, etc.) | |
| view | No | Output format: "data" (structured, default), "text" (human-readable), "html" (rendered HTML), "html-summary" (title only) | |
| limit | No | Maximum results (max 100) | |
| after | No | Cursor for pagination (chronological key from previous results) | |
| before | No | Cursor for reverse pagination |