diff --git a/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/solicitor.py b/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/solicitor.py
index 1bcf260d245138fca36a32571bcafa2be1621003..b4a738ba60f035473021727911ee0821324d298d 100644
--- a/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/solicitor.py
+++ b/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/solicitor.py
@@ -114,8 +114,7 @@ class Solicitor:
         if srdp_flag is True:
             # if this is SRDP, verify the initial weblog exists
             get_weblog_url = (
-                f"{self.workflow_url}/workflows/std_calibration/requests/"
-                f"{wf_request['current_workflow_request_id']}/weblog"
+                f"{self.workflow_url}/workflows/std_calibration/requests/{wf_request['workflow_request_id']}/weblog"
             )
             response = requests.get(get_weblog_url)