milestone_audit_query
Query milestone audit logs with filters for milestone, item, actor, and time. Returns most-recent entries first.
Instructions
Audit log query with filters. Returns most-recent rows first.
Args:
milestone_id: Filter by milestone slug.
item_ref: Filter by item id.
actor: Filter by actor.
since: ISO datetime — only rows at or after this time.
limit: Max rows (default 200). 0 means NO rows; a negative value is an error (it used to mean "no limit").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | ||
| limit | No | ||
| since | No | ||
| item_ref | No | ||
| milestone_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |