Field | Type | Required | Description | Example |
---|---|---|---|---|
connectionsResponse |
Optional<ConnectionsResponse> | ➖ | Successful operation | { "next": "https://api.airbyte.com/v1/connections?limit=5\u0026offset=10", "previous": "https://api.airbyte.com/v1/connections?limit=5\u0026offset=0", "data": [ { "name": "test-connection" }, { "connection_id": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826" }, { "sourceId": "49237019-645d-47d4-b45b-5eddf97775ce" }, { "destinationId": "al312fs-0ab1-4f72-9ed7-0b8fc27c5826" }, { "schedule": { "scheduleType": "manual" } }, { "status": "active" }, { "dataResidency": "auto" } ] } |
contentType |
String | ✔️ | HTTP response content type for this operation | |
statusCode |
int | ✔️ | HTTP response status code for this operation | |
rawResponse |
HttpResponse<InputStream> | ✔️ | Raw HTTP response; suitable for custom response parsing |