Skip to main content

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 executions
  • ALL — return all executions
orderstringdefault: CREATED_AT_ASC#

You can receive the list:

  • CREATED_AT_ASC — sorted by created_at in ascending order.
  • CREATED_AT_DESC — sorted by created_at in 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.

All Rights Reserved © 2026 Enapter AG.