Run an audit now.
Makes the audit’s queue row due immediately; the dispatcher claims it on its
next tick, so the 202 means “queued”, not “finished” — poll
GET /audits/{id}/runs for the result. Three cases all answer 409 and are
distinguished by the error field: the audit is unknown or belongs to
another organization, it is disabled (a disabled audit has no queue row), or
a run is already in progress, which must finish before another can be queued.
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Path Parameters
The audit's id.
Response
The run is queued.

