- getAllTasks(paginationOpts?, namespaces?): Promise<PaginatedApiResponse<Task & {
_count: {
targets: number;
};
tags: {
color?: string;
name: string;
}[];
}, "id">> Parameters
Optional
paginationOpts: PaginationOpts
Optional
namespaces: string[]
Returns Promise<PaginatedApiResponse<Task & {
_count: {
targets: number;
};
tags: {
color?: string;
name: string;
}[];
}, "id">>
All tasks' info
Get all available tasks
Needs
namespaces[namespaceId].tasks-get
permission