cURL
curl --request GET \ --url https://platform-backend.getalchemystai.com/api/v1/context/view/docs \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "fileName": "support_thread_TCK-1234.txt", "fileType": "text/plain", "groupName": [ "support", "pricing" ], "lastModified": "2025-01-10T12:34:56.000Z", "fileSize": 2048 } ] }
Fetches documents view for authenticated user with optional organization context
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved documents view
The response is of type object.
object