an object with query parameters
Optionalcursor?: stringPagination cursor returned from a previous request.
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).
Optionaloptions: ApiCallOptions
Retrieves a list of the automations that the requesting user has access to.