v2
latestOpenAPI 3.1.0LicenseRef-Convex2026-07-264790136.4 KBDeployments
Get deployment in project by id
Get a deployment within a project by reference, default production deployment, or default dev deployment for the calling user.
get/projects/{project_id}/deployment
Path parameters
project_idinteger required
Project ID
Query parameters
referencestring
An identifier that uniquely identifies this deployment within the project.
The reference of the deployment to retrieve.
defaultProdboolean nullable
If true, retrieve the default production deployment.
defaultDevboolean nullable
If true, retrieve the default dev deployment for the calling user.