Airbyte · Example Payload

Airbyte Gettag Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Gettag 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": "getTag",
  "method": "GET",
  "path": "/tags/{tagId}",
  "summary": "Airbyte Get a Tag",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getTag200Example",
      "example": {
        "tagId": "abc123",
        "name": "example-name",
        "color": "example",
        "workspaceId": "abc123"
      }
    }
  ]
}