Skip the action a run is waiting on
Skips the action the run is currently waiting on (e.g. one blocked on external input) and lets the run proceed. Authorization: space:contribute (org admins bypass); missing → 403. No request body. Returns 200 { data } with the updated run state.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
runId
Response
The run state after skipping the action.
data