GET
/v1/4bridge/admin/deployment-statusGet admin deployment status
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idResponses
safe_to_deploybooleanworker_pausedbooleanrunning_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'