read_minutes_audit_log
Fetch audit events for saved meeting minutes, showing timestamps, note ID, and content hashes to trace AWAITING_APPROVAL to SAVED transitions. Filter by note or limit for targeted retrieval.
Instructions
회의록 저장 감사 로그를 최신순으로 조회합니다.
AWAITING_APPROVAL → SAVED 흐름의 실행 증거를 제출할 때 사용합니다.
각 이벤트에는 시각, note_id, write_mode, 변경 줄 수, 내용 해시가 담깁니다.
Args: limit: 최대 건수 (기본 20). note_id: 특정 메모로 필터링 (선택).
Returns:
AuditResponse: events[] 최신순.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 최신순 최대 건수 | |
| note_id | No | 특정 메모로 필터링. 생략하면 전체. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| stage | Yes | 회의록 워크플로에서 지금 위치한 단계 | |
| events | Yes | ||
| status | Yes | 이 호출의 결과 상태 | |
| next_actions | No | 이어서 호출하면 좋은 도구 목록 |