API ReferenceEndpointsDeploymentProjects
List deployment history
Returns the deployment history for a project, ordered most-recent first, with each deployment's status, timestamps, and identifier for status lookups.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
providerId*string
projectId*string
Response Body
application/json
curl -X GET "https://builder.laracopilot.com/api/v1/deployments/string/project/string/history"{}Deploy project
Triggers a deployment of the project to the configured provider. If `external_user_id` is supplied and the project has no linked connection, the matching connection is attached automatically.
Get deployment logs
Returns the build and runtime logs for a specific deployment, useful for diagnosing failed deployments or inspecting the provider's output.