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