read_report_audit_log
Fetch report audit logs in reverse chronological order to verify approval-to-saved transitions. Optionally filter by report ID.
Instructions
보고서 저장 감사 로그를 최신순으로 조회합니다.
AWAITING_APPROVAL → SAVED 흐름의 실행 증거를 확인할 때 사용합니다.
Args: limit: 최대 건수 (기본 20). report_id: 특정 보고서로 필터링 (선택).
Returns:
AuditResponse: events[] 최신순.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 최신순 최대 건수 | |
| report_id | No | 특정 보고서로 필터링. 생략하면 전체. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| stage | Yes | 폴더 분석 워크플로에서 지금 위치한 단계 | |
| events | Yes | ||
| status | Yes | 이 호출의 결과 상태 | |
| next_actions | No | 이어서 호출하면 좋은 도구 목록 |