@archastro/sdk
    Preparing search index...

    Interface HealthActionListResponse

    List response containing agent health actions for a given agent or organization.

    interface HealthActionListResponse {
        data: AgentHealthAction[];
    }
    Index

    Properties

    Properties

    Array of agent health action objects representing setup checklist items and probe-detected issues.