schema

Installation
SKILL.md

schema

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or see the project README.

Return the full machine-readable schema for an operation: the CLI-level parameter shape and the underlying OpenAPI route's parameters, request body, and response. Equivalent to <resource> <operation> --describe, but discoverable as a top-level command.

[!IMPORTANT] Run airbyte-agent schema <resource> <operation> before writing code or scripts that consume an operation's output. The api.response schema tells you exactly what fields will come back so you can pass --fields correctly the first time.

Usage

airbyte-agent schema <resource> <operation>

# Examples
airbyte-agent schema workspaces list
airbyte-agent schema connectors execute
airbyte-agent schema organizations list
Related skills
Installs
4
First Seen
2 days ago