List all parse results for a project with token-based pagination and filtering.
Args: project_id: Project ID that the parse results belong to filter_params: Filter parameters (ids, created_at, status, engine) pagination_params: Pagination parameters (page_size, continuation_token, sort_by, sort_order)
Returns: PaginatedItems or list of ParseResultEntityWithoutContent (without content chunks for performance)
Raises: HTTPException: If project not found
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Selected Account ID
Filter by parse result IDs
Filter by creation time (start)
Filter by creation time (end)
Filter by status (success/error)
Filter by engine name
Number of items per page
1 <= x <= 100Field to sort by
Sort order (asc or desc) Enum for project sort fields. Note that only non-nullable fields can be sorted by (for details, see: https://github.com/djrobstep/sqlakeyset?tab=readme-ov-file#limitations ).
asc, desc Pagination token