Skip to main content

Get Batch Job Status

GET 

/api/v1/beta/batch-processing/:job_id

Get detailed status of a batch processing job.

Returns current progress, file counts, and estimated completion time.

Args: job_id: ID of the batch job user: Authenticated user making the request db: Database session

Returns: BatchJobStatusResponse with job details and progress information

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

Request

Responses

Successful Response