Wolfram|Alpha · Arazzo Workflow
Wolfram|Alpha Full Results to Specific Pod
Version 1.0.0
Run a full query, then re-query to retrieve a single named pod in detail.
View Spec
View on GitHub
AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearchArazzoWorkflows
Provider
Workflows
full-results-to-specific-pod
Enumerate pods from a full query, then fetch one specific pod by id.
Submits the query to the Full Results API to list all pods, then issues a focused follow-up request filtered to the requested pod id with full formatting.
1
surveyPods
queryFullResults
Run the query against the Full Results API to enumerate all available pods and their ids so the caller can confirm the pod of interest exists.
2
getSpecificPod
queryFullResults
Re-run the same query filtered to the requested pod id, returning that one pod with full image and plaintext formatting for detailed display.