Retrieve a single document by its ID.
Only documents that the requesting user is authorized to access will be returned.
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the document to retrieve.
Include the content of the document in the response.
Response serializer for file retrieve results.
Unique identifier for the file
Object type, always 'file'
Unix timestamp of when the file was created
Original filename of the file
Purpose of the file, always 'documents'
Processing status of the file
TLSH hash for duplicate detection.
Content of the file (included only when include_content=true)