Circle V2 API Docs
    Preparing search index...
    getPatientRunRecording: QueryProcedure<
        {
            input: { patientId: string };
            meta: object;
            output: { url: string | null };
        },
    > = ...

    Freshly-signed screen-recording URL for the patient's latest settled RPA run; null when no recording exists. Fetched on demand (not with the sync status) because resolving it may round-trip to the provider to re-sign an expired URL.