list_audit_logs
Retrieve audit logs with filters for task ID, operation, client, and time range to track task activity.
Instructions
List audit logs with optional filtering.
Args: task_id: Filter by task ID operation: Filter by operation type (e.g., 'create_task', 'complete_task') client_name: Filter by client name since: Filter logs after this datetime (ISO format, e.g., '2025-12-11T09:00:00') until: Filter logs before this datetime (ISO format, e.g., '2025-12-11T17:00:00'); a date-only value covers the whole day failed: If True, only show failed operations limit: Maximum number of logs to return
Returns: Dictionary with logs list and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| failed | No | ||
| task_id | No | ||
| operation | No | ||
| client_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||