The unique identifier for the automation.
an object with query parameters
Optionalfields?: stringAllows to select the actual fields to be returned. Where the default is all fields
Optionalfilter?: stringAllowed filters: status, context, startTime and title, spaceId, ownerId, executedById
Optionallimit?: numberThe number of runs to retrieve.
Optionalsort?: The field to sort by, with +- prefix indicating sort order. (?query=-startTime => sort on the startTime field using descending order)
Optionaloptions: ApiCallOptions
Retrieves a list of runs for a specific automation. The requesting user must be the owner of the automation, or be assigned the
TenantAdminrole.