Retrieves the current status and detailed deployment metrics for a specific dApp deployment.
/deployments/dapp/{deploymentId}/status
ID of the dApp deployment
curl -L \ --url 'https://infa.idefi.ai/api/deployments/dapp/{deploymentId}/status'
{ "id": "dapp_001", "name": "Decentralized Marketplace", "version": "v1.0.0", "industry": "Finance", "useCase": "Decentralized Finance Yield Optimization", "deployedBy": "user123", "deploymentStatus": "deployed", "deploymentDate": "2025-03-01T12:00:00Z", "configuration": { "network": "Ethereum", "networkLayer": "Layer 1", "contractAddress": "0xABC123DEF456..." }, "deploymentMetrics": { "deploymentTime": 118, "gasUsed": 495000, "securityScore": 9.1 }, "metadata": { "notes": "Deployment finalized and operating on Layer 1." } }