Last updated 13 days 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": "2024-11-04T13:50:13.191Z", "size": 89, "status_error_message": "text", "document_id": "text", "created_time": "2024-11-04T13:50:13.191Z" } ] }