Methods
list
list
Fetch all deployments for a given application ID with optional filters such as deployment ID or version. Supports pagination.
Parameters
Id of the application
Number of items per page
Number of items to skip
Deployment version. Filter deployments by version.
Deployment ID. Filter deployments by a specific ID.
Returns
🔗 DeploymentList of deployments matching the provided filters.
Usage
get
get
Get Deployment associated with the provided application ID and deployment ID.
Parameters
Application id of the application
Deployment id of the deployment
Returns
🔗 GetApplicationDeploymentResponseDeployment details returned successfully.