Test Connection
POST/suts/:sut_id/connections/:connection_id/test
Fire a test request to the SUT using the first row of its golden dataset.
Resolves the SUT's project → finds the project's golden dataset version → reads the first row via DuckDB → sends it to the connection URL. Returns the raw response. Schema validation (adapter mapping) is separate. Falls back to a synthetic payload if no golden dataset is found.
Request
Responses
- 200
- 400
- 403
- 404
- 422
Successful Response
Bad Request
Forbidden
Not Found
Validation Error