pydo.apps.get_deployment()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.apps.get_deployment(
app_id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf",
deployment_id="3aa4d20e-5527-4c00-b496-601fbd22520a",
)Description
Retrieve information about an app deployment.
Parameters
app_idstring requiredThe app ID
deployment_idstring requiredThe deployment ID
Request Sample
Response Example
More Information
See /v2/apps/{app_id}/deployments/{deployment_id} in the API reference for additional detail on responses, headers, parameters, and more.