v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Content Export Batch Operations

Get operation details

Get the details of an operation. Useful to keep track of all the batch requests.

get/operations/{operation_id}

Path parameters

operation_idstring required

Operation ID

Response

OK

operationIdstring required

Operation ID

status'COMPLETED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'ABANDONED' required

Operation Status

exitMessagestring required

Exit message in case of operation failure

readCountinteger required

Number of items discovered (and successfully retrieved)

writeCountinteger required

Number of items exported

skipCountinteger required

Skipped items

startTimestring date-time required

Operation start time

endTimestring date-time required

Operation end time

fileSizeinteger

Operation total file size

sourcePathstring required

sourcePath path. An absolute path of a folder

branchstring

The default is 'core'. The value is either 'core' or project-id. A document in core may be have changes that aren't yet published, these are stored in a separate variant of the document (the 'unpublished' variant). When requesting an export for core, the 'published' variant of a document is retrieved, unless there is none (document has never been published yet), in which case the unpublished variant is fetched

modifiedAfterstring date-time

By default, every element that matches the other attributes in this object will be exported, but if this field is specified, only elements that were modified after this date will be included

dataTypesstring[]

List of data types which determine what type of content will be exported. The default is all types.