Get parsed document results with pagination.
Args: collection_name: Collection name doc_id: Document ID page: Page number (1-indexed, default: 1) page_size: Number of elements per page (default: 20) parse_hash: Optional parse hash to filter. If None, uses the latest parse.
Returns: ParseResultResponse with paginated text segments, tables, and figures
Documentation Index
Fetch the complete documentation index at: https://docs.xagent.run/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.
Page number (1-indexed)
x >= 1Number of elements per page
1 <= x <= 100Optional parse hash to filter. If None, uses the latest parse.
Successful Response
Response model for displaying parse results with pagination.
The document ID
SHA256 hash of parse configuration
Pagination information including page, page_size, total counts
Ordered list of parsed elements
Display model for a parsed text segment.