Amazon Kendra · Arazzo Workflow
Amazon Kendra Resolve Index by Name and Query
Version 1.0.0
Look up an index by name, confirm it is active, and run a search query against it.
View Spec
View on GitHub
Artificial IntelligenceEnterprise SearchKnowledge-ManagementMachine-LearningNatural-LanguageArazzoWorkflows
Provider
Workflows
resolve-index-and-query
Find an index by name, confirm it is ACTIVE, then query it.
Lists indexes to resolve a name to an id, confirms the index is ACTIVE with DescribeIndex, and runs a search query.
1
listIndexes
List the account indexes and capture the id of the index whose name matches the supplied indexName.
2
confirmIndexActive
Confirm the matched index is ACTIVE before sending query traffic, so queries are not issued against an index that is still building or failed.
3
query
Run the search query against the resolved, active index and return the ranked result items.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.