Get a job by ID within the specified project.
Args: project_id: Project ID that the job belongs to job_id: Job ID to retrieve
Returns: JobEntity: The job details
Raises: HTTPException: If project or job not found, or job doesn’t belong to project
API key for authentication
Selected Account ID
Successful Response
Job response model representing an asynchronous operation.
ID of the entity
ID of the project
Operation type (e.g., 'parse')
parse, extract, vector_store, chunk Current job status
pending, running, succeeded, failed When the job was created
"job"Source document/file ID
Request correlation ID for tracing
When the job started processing
When the job completed
Job result payload when completed
Error message if job failed
Timeline of job execution events