LaraCopilot
LaraCopilot
API ReferenceEndpointsDeploymentProjects

Get deployment status

Returns the status of a specific deployment. Safe to poll while a deployment is in progress.

GET
/deployments/{providerId}/project/{projectId}/status/{deploymentId}
AuthorizationBearer <token>

In: header

Path Parameters

providerId*string
projectId*string
deploymentId*string

Response Body

application/json

curl -X GET "https://builder.laracopilot.com/api/v1/deployments/string/project/string/status/string"
{}