GET/v1/4bridge/admin/deployment-status

Get admin deployment status

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

safe_to_deployboolean
worker_pausedboolean
running_executionsinteger (int32)
pending_messagesinteger (int32)
in_flight_messagesinteger (int32)
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/admin/deployment-status' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'