Submit human input
POST/v1/projects/:project_id/orchestration-runs/:orchestration_run_id/human-input
Provides human input to a run that is awaiting_input at a human node, and advances it.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 502
Run after processing the human input.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The run is not awaiting input.
The upstream runtime could not complete the operation.