deployments
Get Deployment
Gets a specific deployment using its unique id.
Args: deployment_id: ID of the deployment to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A specific deployment object.
get/api/v1/pipeline_deployments/{deployment_id}
Path parameters
deployment_idstring uuid required
Query parameters
hydrateboolean
Response
Successful Response