Airbyte · Example Payload

Airbyte Job Create Request Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

Top-level fields

connectionIdjobType

Example Payload

Raw ↑
{
  "connectionId": "abc123def456",
  "jobType": "standard"
}