v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
Beta
Split

Get Split Job

Get a document split job.

get/api/v1/beta/split/jobs/{split_job_id}

Path parameters

split_job_idstring required

Query parameters

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

idstring required

Unique identifier for the split job.

created_atstring date-time nullable

Creation datetime

updated_atstring date-time nullable

Update datetime

project_idstring required

Project ID this job belongs to.

user_idstring required

User ID who created this job.

configuration_idstring nullable

Split configuration ID used for this job.

statusstring required

Current status of the job. Valid values are: pending, processing, completed, failed, cancelled.

error_messagestring nullable

Error message if the job failed.