Skip to content

Commit c28f6e3

Browse files
authored
add list audit logs command in tcld (#4118)
* add list audit logs command * add header
1 parent 2e2e51a commit c28f6e3

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

docs/production-deployment/cloud/tcld/account.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Alias: `al`
3131

3232
- [tcld account audit-log kinesis](#kinesis)
3333
- [tcld account audit-log pubsub](#pubsub)
34+
- [tcld account audit-log list](#audit-log-list)
3435

3536
### kinesis
3637

@@ -308,6 +309,32 @@ The topic name to write to the sink.
308309

309310
Alias: `tn`
310311

312+
### list {#audit-log-list}
313+
314+
Returns a paginated list of audit logs for the account, optionally filtered by time range.
315+
316+
Alias: `l`
317+
318+
#### --end-time
319+
320+
The end time (exclusive) in RFC3339 format (e.g., '2006-01-02T15:04:05Z' or '2006-01-02T15:04:05+07:00').
321+
322+
Alias: `et`
323+
324+
#### --page-size
325+
326+
The page size for list operations.
327+
328+
#### --page-token
329+
330+
The page token for list operations.
331+
332+
#### --start-time
333+
334+
The start time (inclusive) in RFC3339 format (e.g., '2006-01-02T15:04:05Z' or '2006-01-02T15:04:05+07:00').
335+
336+
Alias: `st`
337+
311338
## get
312339

313340
The `tcld account get` command gets information about the Temporal Cloud account you are logged into.

0 commit comments

Comments
 (0)