get_deployment
Retrieve deployment details by ID, including workflow payload and overrides, to prepare accurate inference requests.
Instructions
Get one deployment by ID.
Backs ``GET /prod/v2/deployments/{deployment_id}``.
Set include_payload=true to inspect the deployed workflow graph
(workflow_api_json) and default overrides — use the node IDs and
input names to build the ``overrides`` for ``submit_request``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment_id | Yes | ||
| include_readme | No | ||
| include_payload | No |