Postman · Arazzo Workflow
Postman Inspect an API Schema
Version 1.0.0
Read an API, list its schemas, fetch one schema, and read its files.
View Spec
View on GitHub
AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionsComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspacesArazzoWorkflows
Provider
Workflows
inspect-api-schema
Drill from an API into one of its schemas and its files.
Reads an API with its schemas included, lists the schemas, selects the first schema ID, fetches that schema, and reads its files.
1
getApi
getApi
Read the API including its schema list.
2
listSchemas
getApiSchemas
List all schemas associated with the API and take the first one.
3
getSchema
getApiSchema
Fetch the selected schema's details.
4
getSchemaFiles
getApiSchemaFiles
Read the files that make up the schema.