@cpod/sdk - v0.2.7
    Preparing search index...

    Interface IndividualHistoryOptions

    Individual history options

    interface IndividualHistoryOptions {
        task_uuid: string;
        page?: number;
        limit?: number;
    }
    Index

    Properties

    task_uuid: string

    Task UUID to get history for (required)

    page?: number
    limit?: number