Skip to content

Commit 7e948f6

Browse files
authored
feat(qov-1143) Add audit logs export command (#582)
1 parent 6d2a713 commit 7e948f6

2 files changed

Lines changed: 28 additions & 3 deletions

File tree

website/docs/using-qovery/audit-logs.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_on: "2023-05-27"
2+
last_modified_on: "2025-10-03"
33
title: "Audit Logs"
44
description: "Learn how to access the audit logs"
55
---
@@ -74,7 +74,19 @@ While navigating within the console, a few quick filters allow you to jump on th
7474

7575
## Export
7676

77-
Not yet available, feature coming soon!
77+
You can export your audit logs using the Qovery CLI:
78+
```
79+
qovery audit-log export --from-date="2025-10-01T00:00:00Z" --to-date="2025-09-10T00:00:00Z"
80+
```
81+
<Alert type="info">
82+
83+
Dates must be specified using ISO-8601 date-time format
84+
- `--from-date` is required
85+
- `--to-date` is optional (defaulted to current date time)
86+
87+
Dates are UTC based, you can use offset format as well i.e `2025-10-01T01:00:00+02:00`
88+
89+
</Alert>
7890

7991

8092
[docs.using-qovery.configuration.organization.api-token]: /docs/using-qovery/configuration/organization/api-token/

website/docs/using-qovery/audit-logs.md.erb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,17 @@ While navigating within the console, a few quick filters allow you to jump on th
6565

6666
## Export
6767

68-
Not yet available, feature coming soon!
68+
You can export your audit logs using the Qovery CLI:
69+
```
70+
qovery audit-log export --from-date="2025-10-01T00:00:00Z" --to-date="2025-09-10T00:00:00Z"
71+
```
72+
<Alert type="info">
73+
74+
Dates must be specified using ISO-8601 date-time format
75+
- `--from-date` is required
76+
- `--to-date` is optional (defaulted to current date time)
77+
78+
Dates are UTC based, you can use offset format as well i.e `2025-10-01T01:00:00+02:00`
79+
80+
</Alert>
81+

0 commit comments

Comments
 (0)