Last updated 2 months ago
Use this operation to retrieve metadata about all available documents and Slack channels within the data sources.
Successful operation
4
const response = await fetch('https://api.rememberizer.ai/api/v1/documents/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "count": 4, "next": "text", "previous": "text", "results": [ { "name": "text", "type": "text", "path": "text", "url": "text", "id": "text", "integration_type": "text", "source": "text", "status": "text", "indexed_on": "2025-01-18T08:00:12.176Z", "size": 89, "status_error_message": "text", "document_id": "text", "created_time": "2025-01-18T08:00:12.176Z", "pk": 0 } ] }