TasksQuery: { afterEnqueuedAt?: Date; afterFinishedAt?: Date; afterStartedAt?: Date; beforeEnqueuedAt?: Date; beforeFinishedAt?: Date; beforeStartedAt?: Date; canceledBy?: number[]; from?: number; indexUids?: string[]; limit?: number; reverse?: boolean; statuses?: TaskStatus[]; types?: TaskTypes[]; uids?: number[];} Type declaration
Optional
afterEnqueuedAt?: Date
Optional
afterFinishedAt?: Date
Optional
afterStartedAt?: Date
Optional
beforeEnqueuedAt?: Date
Optional
beforeFinishedAt?: Date
Optional
beforeStartedAt?: Date
Optional
canceledBy?: number[]
Optional
from?: number
Optional
indexUids?: string[]
Optional
limit?: number
Optional
reverse?: boolean
Optional
statuses?: TaskStatus[]
Optional
uids?: number[]
If true, the tasks are returned in reverse order (requires Meilisearch 1.12.0 or later)