Airbyte · Example Payload

Airbyte Jobs Response Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

Top-level fields

previousnextdata

Example Payload

Raw ↑
{
  "previous": "example-value",
  "next": "example-value",
  "data": [
    "example-value"
  ]
}