an object with query parameters
Optionalcursor?: stringPagination cursor returned from a previous request.
Optionalfilter?: stringFilters the result based on the specified criteria: name.
Optionallimit?: numberThe number of automation connectors to retrieve.
Optionalsort?: "id" | "name" | "-name" | "+name" | "+id" | "-id"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 automation connectors.