Type Alias DiSearchTaskRunHistoryReq

Request parameters for searching task run history, including filter criteria and pagination options.

type DiSearchTaskRunHistoryReq = {
    filters?: TaskRunSearchFilter[];
    lastId?: string;
    limit?: number;
}
Index

Properties

Field filters to apply to the search.

lastId?: string
limit?: number