@adcp/client API Reference - v4.19.0
    Preparing search index...

    Type Alias GetPlanAuditLogsRequest

    GetPlanAuditLogsRequest: { [k: string]: unknown } & {
        plan_ids?: string[];
        portfolio_plan_ids?: string[];
        include_entries?: boolean;
    }

    Retrieve governance state and audit trail for one or more plans.

    Type Declaration

    • [k: string]: unknown
    • Optionalplan_ids?: string[]

      Plan IDs to retrieve. For a single plan, pass a one-element array.

    • Optionalportfolio_plan_ids?: string[]

      Portfolio plan IDs. The governance agent expands each to its member_plan_ids and returns combined audit data.

    • Optionalinclude_entries?: boolean

      Include the full audit trail. Default: false.