Field | Type | Required | Description | Example |
---|---|---|---|---|
content_type |
str | ✔️ | HTTP response content type for this operation | |
status_code |
int | ✔️ | HTTP response status code for this operation | |
raw_response |
requests.Response | ✔️ | Raw HTTP response; suitable for custom response parsing | |
connections_response |
Optional[models.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" } ] } |