List all jobs for a project with token-based pagination and filtering.
Args: project_id: Project ID that the jobs belong to pagination_params: Pagination parameters (page_size, continuation_token, sort_by, sort_order) filter_params: Filter parameters (ids, created_at, completed_at, status, operation)
Returns: PaginatedItems or list of JobEntity instances
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 job IDs
Filter by creation time (start)
Filter by creation time (end)
Filter by completion time (start)
Filter by completion time (end)
Filter by job status Enum for job status values.
pending, running, succeeded, partially_succeeded, failed, cancelled Filter by job operation type Enum for job operation values.
parse, batch_parse, extract, research, vector_store, chunk, summarization, create_index, update_index 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