Airbyte · Example Payload

Airbyte Getstreamproperties Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Getstreamproperties 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": "getStreamProperties",
  "method": "GET",
  "path": "/streams",
  "summary": "Airbyte Get Stream Properties",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getStreamProperties200Example",
      "example": [
        {
          "streamName": "example-name",
          "syncModes": "example",
          "streamnamespace": "example-name",
          "defaultCursorField": "example",
          "sourceDefinedCursorField": true,
          "sourceDefinedPrimaryKey": "example",
          "propertyFields": "example"
        }
      ]
    }
  ]
}