Retrieve deploy
render_retrieve_deployRetrieve detailed information about a specific deployment for a Render service. Provide the service ID and deploy ID to get deploy status, logs, and other details.
Instructions
Retrieve deploy. Retrieve the details of a particular deploy for a particular service. Calls GET /services/{serviceId}/deploys/{deployId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployId | Yes | The ID of the deploy | |
| serviceId | Yes | The ID of the service |