Begin run
POST/v1/delta/streams/:connector/:stream/begin
Overwrites the row's run-state fields in place. Returns the committed
cursor (the lower bound the connector should fetch from) and a fresh
started_at_utc.
Important: this endpoint does NOT refuse to begin a new run while
another is running. The consumer owns concurrency policy — see the
getState endpoint description for the read-then-decide pattern.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
Run started
Bad request
Unauthorized
Forbidden — missing DELTA_WRITE
Invalid cursor_type value
Internal server error