Get deployments for a project via API key
Get all deployments for a specific project using API key authentication. Requires BUILD_AND_DEPLOY scope.
Authorizations
Enter your LeanMCP API key
Path Parameters
Project ID
"proj_123456789"
Response
Deployments found
Unique identifier for the deployment
Related build ID for this deployment
User ID of the owner
Project ID the deployment is associated with
Name of the ECS service
URL of the ECR image to deploy
Current status of the deployment
PENDING, DEPLOYING, RUNNING, FAILED, STOPPED, DELETING, ALB_RULES_DELETED, TARGET_GROUP_DELETED, ECS_DELETED, ECR_DELETED, DELETED Container port that the service exposes
Public IP address assigned to the deployment
Private IP address of the deployment (used for ALB target)
ARN of the Target Group associated with this deployment
Public URL to access the deployed service
Timestamp of when the deployment was created
When the deployment was last updated
Array of secret IDs to include as environment variables

