Circle V2 API Docs
    Preparing search index...

    Type Alias ListRpaRunsParams

    type ListRpaRunsParams = {
        createdAtDateRange?: { from: string; to: string };
        entityIds?: EntityId[];
        limit?: number;
        offset?: number;
        patientIds?: PatientId[];
        search?: string;
        statuses?: RpaRunStatus[];
        syncTypes?: string[];
    }
    Index

    Properties

    createdAtDateRange?: { from: string; to: string }
    entityIds?: EntityId[]
    limit?: number
    offset?: number
    patientIds?: PatientId[]
    search?: string

    Matches external run id, sync type, current step, patient name, or patient id.

    statuses?: RpaRunStatus[]
    syncTypes?: string[]