an object with query parameters
Optionalfields?: stringAllows to select the actual fields to be returned. When no fields are defined, all are returned.
Optionalfilter?: stringAllowed filters: name, runMode, lastRunStatus, ownerId, spaceId
Optionallimit?: numberThe number of automations to retrieve.
OptionallistAll?: booleanWhen true, list all automations. Restricted to tenant admins and analytics admins.
Optionalsort?: The field to sort by, with +- prefix indicating sort order. (?sort=-name => sort on the name field using descending order)
The duration option is deprecated and will be removed in a future release.
Optionaloptions: ApiCallOptions
Retrieves a list of the automations that the requesting user has access to.