curl -X GET 'https://app.memorylake.ai/openapi/memorylake/api/v1/projects/proj-a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6/documents/doc-1234567890abcdef' \ -H 'Authorization: Bearer sk_xxxxxx'
{ "success": true, "data": { "id": "doc-1234567890abcdef", "name": "report.pdf", "status": "okay", "drive_item_id": "sc-4d2beb72e9af4b01:inode-926ead7cac284666", "created_at": "2024-01-15T10:30:00Z" } }
Returns details of a single document in a project
GET /openapi/memorylake/api/v1/projects/{id}/documents/{documentId}
Show Document object
pending
running
okay
error