Skip to main content

getDashboardTaskHistory()

getDashboardTaskHistory(): Promise<TaskHistoryResponse>

Defined in: packages/core/src/index.ts:3353

Get task history for the dashboard

Returns

Promise<TaskHistoryResponse>

Task history data

Throws

401 - Not authenticated

Example

import { getDashboardTaskHistory } from "@cpod/sdk";

const history = await getDashboardTaskHistory();