/
WI
windmill
/
Windmill API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
windmill
Windmill API
get
get the currently open deployment request for this fork
v128
latest
OpenAPI 3.0.3
Apache 2.0
raw.githubusercontent.com
2026-08-07
818
351
991.2 KB
workspace
get the currently open deployment request for this fork
get
/w/{workspace}/deployment_request/open
Path parameters
workspace
string
required
Response
the open request or null if none exists
DeploymentRequest
required
id
integer
required
source_workspace_id
string
required
fork_workspace_id
string
required
requested_by
string
required
requested_by_email
string
required
requested_at
string
date-time
required
assignees
DeploymentRequestAssignee[]
required
comments
DeploymentRequestComment[]
required