Job Items
List Batch Job Items
Get Item Processing Results
ModelsExpand Collapse
class JobItemGetProcessingResultsResponse: …
Response containing all processing results for an item.
processing_results: Optional[List[ProcessingResult]]
List of all processing operations performed on this item
job_config: ProcessingResultJobConfig
Job configuration used for processing
class ProcessingResultJobConfigBatchParseJobRecordCreate: …
Batch-specific parse job record for batch processing.
This model contains the metadata and configuration for a batch parse job, but excludes file-specific information. It’s used as input to the batch parent workflow and combined with DirectoryFile data to create full ParseJobRecordCreate instances for each file.
Attributes: job_name: Must be PARSE_RAW_FILE partitions: Partitions for job output location parameters: Generic parse configuration (BatchParseJobConfig) session_id: Upstream request ID for tracking correlation_id: Correlation ID for cross-service tracking parent_job_execution_id: Parent job execution ID if nested user_id: User who created the job project_id: Project this job belongs to webhook_url: Optional webhook URL for job completion notifications
correlation_id: Optional[str]
The correlation ID for this job. Used for tracking the job across services.
parameters: Optional[ProcessingResultJobConfigBatchParseJobRecordCreateParameters]
Generic parse job configuration for batch processing.
This model contains the parsing configuration that applies to all files in a batch, but excludes file-specific fields like file_name, file_id, etc. Those file-specific fields are populated from DirectoryFile data when creating individual ParseJobRecordCreate instances for each file.
The fields in this model should be generic settings that apply uniformly to all files being processed in the batch.
output_s3_path_prefix: Optional[str]
If specified, llamaParse will save the output to the specified path. All output file will use this ‘prefix’ should be a valid s3:// url
webhook_configurations: Optional[List[ProcessingResultJobConfigBatchParseJobRecordCreateParametersWebhookConfiguration]]
Outbound webhook endpoints to notify on job status changes
webhook_events: Optional[List[Literal["extract.pending", "extract.success", "extract.error", 14 more]]]
Events to subscribe to (e.g. ‘parse.success’, ‘extract.error’). If null, all events are delivered.
webhook_headers: Optional[Dict[str, str]]
Custom HTTP headers sent with each webhook request (e.g. auth tokens)
partitions: Optional[Dict[str, str]]
The partitions for this execution. Used for determining where to save job output.