Retrieve documents
Use this operation to retrieve metadata about all available documents and Slack channels within the data sources.
Query parameters
pageintegerOptional
Page's index
page_sizeintegerOptional
The maximum number of documents returned in a page
integration_typestring · enumOptionalPossible values:
Filter documents by integration type.
Responses
200
Successful operation
application/json
get
GET /api/v1/documents/ HTTP/1.1
Host: api.rememberizer.ai
Accept: */*
200
Successful operation
{
"count": 1,
"next": "text",
"previous": "text",
"results": [
{
"document_id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"type": "text",
"path": "text",
"url": "text",
"id": 1,
"integration_type": "text",
"source": "text",
"status": "text",
"indexed_on": "2025-07-01T03:45:06.218Z",
"size": 1
}
]
}
Last updated