Skip to content

griz list activity

Lists all Activities. If --start and --end are provided, only Activies between those time ranges will be displayed.

Flags

flag Description
--config The config file path
--account-uid The Account to filter on
--start Filter for the start time. This is a Unix timestamp.
--end (Filter on the end time. This is a Unix timestamp.
--keyid Filter on API Key ID
--limit Display the last amount amount of entries

Examples

# Lists all activity
griz list activity

# Lists Activities between start and end time
griz list activity --start 1752635936360 --end 1752777530248

# Lists Activities belonging to an API Key ID, and limit the last 25
griz list activity --keyid apikeyid-123456-1234567890 --limit 25