Amazon Kendra · Arazzo Workflow
Amazon Kendra Ingest Documents and Query
Version 1.0.0
Directly upload documents into an index, wait until they finish indexing, then run a search query.
View Spec
View on GitHub
Artificial IntelligenceEnterprise SearchKnowledge-ManagementMachine-LearningNatural-LanguageArazzoWorkflows
Provider
Workflows
ingest-documents-and-query
Batch put documents, wait for indexing, then query the index.
Submits documents directly to an index, polls their indexing status until they are INDEXED, and then executes a search query.
1
putDocuments
Submit the batch of documents directly to the index. Documents are accepted for asynchronous indexing and begin in the PROCESSING state.
2
waitForIndexed
Poll the indexing status of the submitted documents until they leave the PROCESSING state and report INDEXED so they are guaranteed to be searchable.
3
query
Run the search query against the index now that the submitted documents are indexed and returnable in results.
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.