Retrieve the stored documents for an index.
indexName
options.docIds
curl -X POST "https://service.usemoss.dev/manage" \ -H "Content-Type: application/json" \ -H "x-service-version: v1" \ -H "x-project-key: moss_access_key_xxxxx" \ -d '{ "action": "getDocs", "projectId": "project_123", "indexName": "support-faq" }'
[ { "id": "faq-001", "text": "How do I reset my password?", "metadata": { "category": "account" } }, { "id": "faq-002", "text": "Where can I download invoices?" } ]