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
get-actions
List the actions exposed by the app so the target action id can be confirmed before reading its schema.
2
resolveInputFields
get-fields-inputs
Fetch the input field definitions for the target action, describing what the action consumes.
3
resolveOutputFields
get-fields-outputs
Fetch the output field definitions for the target action, describing what the action produces.