Airbyte · Example Payload

Airbyte Listconnections Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Listconnections Example is an example object payload from Airbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listConnections",
  "method": "GET",
  "path": "/connections",
  "summary": "Airbyte List Connections",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "listConnections200Example",
      "example": {
        "previous": "example",
        "next": "example",
        "data": "example"
      }
    }
  ]
}