Skip to main content

Get Item Processing Results

GET 

/api/v1/beta/batch-processing/items/:item_id/processing-results

Get all processing results for a specific item (lineage query).

Shows complete processing history including what operations have been performed, with what parameters, and where outputs are stored. Useful for understanding what processing has already been done to avoid redundant work.

Args: item_id: ID of the item (file) to query job_type: Optional filter to show only specific processing type user: Authenticated user making the request db: Database session

Returns: ItemProcessingResultsResponse with all processing operations for this item

Raises: HTTPException: If item not found or user lacks permissions

Request

Responses

Successful Response