Retrieve deploy
render_retrieve_deployRetrieve details of a specific deploy for a service, including status, logs, and configuration.
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 |