an object with query parameters
Optional
fields?: stringAllows to select the actual fields to be returned. When no fields are defined, all are returned.
Optional
filter?: stringAllowed filters: name, runMode, lastRunStatus, ownerId, spaceId
Optional
limit?: numberThe number of automations to retrieve.
Optional
listAll?: booleanWhen true, list all automations. Restricted to tenant admins and analytics admins.
Optional
sort?: The field to sort by, with +- prefix indicating sort order. (?query=-name => sort on the name field using descending order)
Optional
options: ApiCallOptions
Retrieves a list of the automations that the requesting user has access to.