Zapier · Arazzo Workflow
Zapier Inspect an Action Schema
Version 1.0.0
List an app's actions, then fetch both the input and output field schemas for a chosen action.
Provider
Workflows
inspect-action-schema
Retrieve the full input and output field schema for a single action.
Lists the actions for an app, then reads the input field schema and the output field schema for the target action so callers know both what to supply and what to expect back.
1
listActions
List the actions exposed by the app so the target action id can be confirmed before reading its schema.
2
resolveInputFields
Fetch the input field definitions for the target action, describing what the action consumes.
3
resolveOutputFields
Fetch the output field definitions for the target action, describing what the action produces.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.