Skip to main content
ericc087568
October 23, 2025
Solved

Deployment API v2 Connected System failing Authentication in lowest environment

  • October 23, 2025
  • 2 replies
  • 0 views

This may be an odd request, but can I call deployments api v2 in the lowest environment (dev) to get the export log files associated with a package?

I ask because in Admin->Infrastructure, we have enabled incoming and outgoing external deployments only for our 'next' environment (SIT), and adding new environment doesn't allow self-reference.

My connected system seems to be failing and suspect that enable incoming / outgoing is only set for 'SIT' environment.

The motivation for the ask is to grab the export logs of a package at the dev level to load in unexported precedents for further processing.

Thanks for any insight,

Eric Casteel

Best answer by shubhama926776

No, you cannot call the Deployments API in the Dev environment to get export logs if incoming/outgoing deployments are not enabled for it. The API works only on environments configured for external deployments, and self-referencing calls are not supported. Instead, access export logs in Dev directly from System Logs.

2 replies

shubhama926776
October 24, 2025

No, you cannot call the Deployments API in the Dev environment to get export logs if incoming/outgoing deployments are not enabled for it. The API works only on environments configured for external deployments, and self-referencing calls are not supported. Instead, access export logs in Dev directly from System Logs.

ericc087568
October 24, 2025

Thanks Shubham, will look to the system logs, thanks!