File tree Expand file tree Collapse file tree
docs/production-deployment/cloud/tcld Expand file tree Collapse file tree Original file line number Diff line number Diff 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
309310Alias: ` 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
313340The ` tcld account get ` command gets information about the Temporal Cloud account you are logged into.
You can’t perform that action at this time.
0 commit comments