Airbyte · Example Payload

Airbyte Source Response Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

Top-level fields

sourceIdnamesourceTypedefinitionIdworkspaceIdconfigurationcreatedAtresourceAllocation

Example Payload

Raw ↑
{
  "sourceId": "abc123def456",
  "name": "example-name",
  "sourceType": "standard",
  "definitionId": "abc123def456",
  "workspaceId": "abc123def456",
  "configuration": "example-value",
  "createdAt": 59,
  "resourceAllocation": "example-value"
}