Type Alias DiSearchTaskRunHistoryRsp

type DiSearchTaskRunHistoryRsp = {
    lastId?: string;
    nextPageExists?: boolean;
    runs?: TaskRunItemRsp[];
}
Index
lastId?: string

Identifier of the last run in this page. Pass this value back as lastId in the next request to fetch the following page.

nextPageExists?: boolean

True when more pages are available after this one; false when this is the last page.

List of task run instances matching the search.