List all extractions for a project with token-based pagination and filtering.
Only SUCCEEDED extraction jobs are returned. Filter by ids, created_at, completed_at, or source_id.
Args: project_id: Project ID that the extractions belong to filter_params: Filter parameters (ids, created_at, completed_at, source_id) pagination_params: Pagination parameters (page_size, continuation_token, sort_by, sort_order)
Returns: PaginatedItems or list of ExtractionEntity instances
Raises: HTTPException: If project not found
API key for authentication
Selected Account ID
Filter by extraction IDs (job IDs)
Filter by creation time (start)
Filter by creation time (end)
Filter by completion time (start)
Filter by completion time (end)
Filter by source ID (parse result ID or vector store ID)
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