Last updated 6 months ago
Use this operation to retrieve metadata about all available documents and Slack channels within the data sources.
Page's index
The maximum number of documents returned in a page
GET /api/v1/documents/ HTTP/1.1 Host: api.rememberizer.ai Accept: */*
Successful operation
{ "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-04-24T07:53:07.797Z", "size": 89, "status_error_message": "text", "document_id": "text", "created_time": "2025-04-24T07:53:07.797Z", "pk": 1 } ] }