fleet-memory/hindsight-clients/python/hindsight_client_api/api
Nicolò Boschi a8a63818c7
feat(api): add duration_ms to audit log entries (#758)
* feat(api): add duration_ms to audit log entries

Server-computed duration in milliseconds (started_at → ended_at) on
the list audit logs endpoint. Null when ended_at is not set.

Closes #749

* feat(api): add duration_ms to audit log entries and type audit endpoints

- Add server-computed duration_ms (started_at → ended_at) to audit log
  list response. Null when ended_at is not set.
- Add typed Pydantic response models for both audit log endpoints
  (list and stats) so they appear in the OpenAPI spec.
- Regenerate OpenAPI spec and all client SDKs.

Closes #749

* chore: regenerate docs skill after audit log response models
2026-03-30 12:32:02 +02:00
..
__init__.py feat: add audit log for feature usage tracking (#717) 2026-03-27 09:52:03 +01:00
audit_api.py feat(api): add duration_ms to audit log entries (#758) 2026-03-30 12:32:02 +02:00
banks_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
directives_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
documents_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
entities_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
files_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
memory_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
mental_models_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
monitoring_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
operations_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00
webhooks_api.py Release v0.4.20 2026-03-24 09:19:14 +01:00