phabricator_audit_query
Search commit audit requests with legacy status filters like open, concern, accepted, or partial, not available in the modern API.
Instructions
Search commit audit requests using the legacy audit.query endpoint. For most use cases, prefer phabricator_commit_search with the auditors attachment. This frozen endpoint provides audit-specific status filtering not available in the modern API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auditorPHIDs | No | Auditor user/project PHIDs | |
| commitPHIDs | No | Commit PHIDs to check audit status for | |
| status | No | Audit status filter: "audit-status-any" (default), "audit-status-open", "audit-status-concern", "audit-status-accepted", "audit-status-partial" | |
| limit | No | Maximum results (max 100) | |
| offset | No | Result offset for pagination |