Fail run
POST/v1/delta/streams/:connector/:stream/fail
Sets status='failed', stores error_summary. The committed cursor
is not advanced — the next begin hands out the same lower bound,
so the failed window will be re-fetched on the next attempt.
Failures are NOT written to delta_audit_log. They are routine and would
dwarf the security-relevant cursor mutations. Use stderr / connector logs
for failure history.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Run marked failed
Unauthorized
Forbidden — missing DELTA_WRITE
Stream not found
Internal server error