list_commands_common_query_params
limitnumber#The maximum number of command executions to return.
offsetnumber#The number of command executions to skip.
retentionstringdefault: PERSISTENT#Indicates which executions should be present in the result:
PERSISTENT— return only non-ephemeral executions.EPHEMERAL— return only ephemeral executionsALL— return all executions
orderstringdefault: CREATED_AT_ASC#You can receive the list:
CREATED_AT_ASC— sorted bycreated_atin ascending order.CREATED_AT_DESC— sorted bycreated_atin descending order.
created_at.gtestring#Don't retrieve command executions older than provided date. Date should be in RFC 3339 format
2006-01-02T15:04:05Z07:00.
created_at.ltstring#Don't retrieve command executions newer than provided date. Date should be in RFC 3339 format
2006-01-02T15:04:05Z07:00.