cURL
curl --request GET \ --url https://api.egp.scale.com/v5/agentex/deployments/{deployment_id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "namespace": "<string>", "manifest_file": "<string>", "environment_config": "<string>", "status": "<string>", "account_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": { "id": "<string>", "type": "user", "object": "identity" }, "object": "agentex_cloud_deploy", "build_id": "<string>", "helm_release_name": "<string>", "deploy_events": [ { "type": "<string>", "reason": "<string>", "message": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ] }
Get a deployment by its ID.
Successful Response
The identity that created the entity.
Show child attributes
"agentex_cloud_deploy"
Kubernetes events for this deployment.