On this page: https://secure.phabricator.com/conduit/method/audit.query/
Entering this in the commitPHIDs field:
```
["PHID-CMIT-nhlgtxvlhbihdn5nfv52"]
```
Returns an error:
> error_code ERR-CONDUIT-CORE
> error_info Attempting to access attached data on PhabricatorRepositoryCommit (via getAudits()), but the data is not actually attached. Before accessing attachable data on an object, you must load and attach it.
>
> Data is normally attached by calling the corresponding needX() method on the Query class when the object is loaded. You can also call the corresponding attachX() method explicitly.
Seems like this is a bug. Or perhaps I am misunderstanding the API?