Last updated 4 months ago
Use this operation to retrieve metadata about all available documents and Slack channels within the data sources.
/documents/
Page's index
The maximum number of documents returned in a page
curl -L \ --url 'https://api.rememberizer.ai/api/v1/documents/'
{ "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-02-20T19:17:36.676Z", "size": 89, "status_error_message": "text", "document_id": "text", "created_time": "2025-02-20T19:17:36.676Z", "pk": 1 } ] }