Field | Type | Required | Description | Example |
---|---|---|---|---|
contentType |
String | ✔️ | HTTP response content type for this operation | |
sourcesResponse |
Optional<SourcesResponse> | ➖ | Successful operation | { "next": "https://api.airbyte.com/v1/sources?limit=5\u0026offset=10", "previous": "https://api.airbyte.com/v1/sources?limit=5\u0026offset=0", "data": { "sourceId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826", "name": "Analytics Team Postgres", "sourceType": "postgres", "workspaceId": "871d9b60-11d1-44cb-8c92-c246d53bf87e" } } |
statusCode |
int | ✔️ | HTTP response status code for this operation | |
rawResponse |
HttpResponse<InputStream> | ✔️ | Raw HTTP response; suitable for custom response parsing |