API ClientsTypeScript SDKAPI ReferenceCoreType AliasesAgentInstanceSearchQuerySortRequestVersion: 8.10 (unreleased)On this pageType Alias: AgentInstanceSearchQuerySortRequest type AgentInstanceSearchQuerySortRequest = object; Properties field field: "creationDate" | "lastUpdatedDate" | "completionDate" | "status"; The field to sort by. order? optional order?: SortOrderEnum;Was this helpful?