Skip to main content
Version: 8.10 (unreleased)

Type Alias: AgentInstanceSearchQuerySortRequest

type AgentInstanceSearchQuerySortRequest = object;

Properties

field

field: "creationDate" | "lastUpdatedDate" | "completionDate" | "status";

The field to sort by.


order?

optional order?: SortOrderEnum;