Check pipeline connectivity
Runs the check() method on source and/or destination connectors and streams back NDJSON messages (connection_status, log, trace). Pass ?only=source or ?only=destination to check a single side.
Path parameters
Unique pipeline identifier (e.g. pipe_abc123).
Unique pipeline identifier (e.g. pipe_abc123).
Query parameters
Run only the source or destination side
Run only the source or destination side
Response
Streaming NDJSON check output
Changes
Changed in 3 of the 47 revisions of this API.111
- ●
changed the pattern of the
pathrequest parameteridfrom^[a-z][a-z0-9_-]*$to^[a-zA-Z][a-zA-Z0-9_-]*$request-parameter-pattern-changed
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲