Tree SearchAsk AIget https://{serverUrl}/app/components/task/app/api/v2/treesReturns information about all triggers that match the search parameters.Query ParamssourcestringOptional name of the source the trees belong to.groupstringOptional group the trees belong to (exact match)group[]array of stringsOptional combination of groups the trees belong to (exact match)group[]ADD stringgroupFragmentstringOptional group the trees belong to (matches any part of the source group - like match)namestringOptional name of the trees (exact match)nameFragmentstringOptional name of the trees (matches any part of the tree name - like match)ownerEmailstringOptional the process owner's email address.statusstringenumOptional status of trees.ActiveInactivePausedAllowed:ActiveInactivePausedtypestringenumOptional type of tree / routine to retrieve.TreeLocal RoutineGlobal RoutineAllowed:TreeLocal RoutineGlobal Routinelimitint32Defaults to 100Limit the number of results to the specified value.offsetint32Defaults to 0The row number of the first record to retrieve.orderBystringenumName of the field to order the results by. By default, the results are sorted ascending by the following combination of fields - Source Name, Source Group, Name.createdAtcreatedBydefinitionIdidnameownerEmailsourceGroupsourceRoot.namestatustypeupdatedAtupdatedByShow 12 enum valuesdirectionstringenumDefaults to ASCDirection to order the results, ascending (ASC) or descending (DESC). Must also include the orderBy parameter when using this parameter.ASCDESCAllowed:ASCDESCincludearray of stringscomma-separated list of additional properties to include in the responseincludeADD stringResponse 200OKUpdated 5 months ago