API Reference

Retrieve Split Job

Retrieve the status of a document splitting job.

Path Params
string
required
Responses

Response body
object
string
required

Unique identifier for the split job.

string
required

Current status of the split job.

processing completed error

string
required

Unique identifier of the original document that was split.

integer

Number of new documents created from the split.

newDocumentIds
array of strings

List of unique identifiers of the new documents created from the split.

New Document IDs
details
array of objects

Details of the split document.

Details
object
string

Error message if the job failed.

number

Time taken to process the split job in seconds.

date-time
required

Timestamp of when the job was created.

Language
Credentials