---
title: "Get operation details"
method: GET
path: "/operations/{operation_id}"
tags: ["Content Export Batch Operations"]
---

# Get operation details

`GET /operations/{operation_id}`

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

## Path parameters

- `operation_id` string, required

## Response `200`

OK

- ExportOperationStatus — An entity containing information about an export operation
  - `operationId` string, required — Operation ID
  - `status` 'COMPLETED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'ABANDONED', required — Operation Status
  - `exitMessage` string, required — Exit message in case of operation failure
  - `readCount` integer, required — Number of items discovered (and successfully retrieved)
  - `writeCount` integer, required — Number of items exported
  - `skipCount` integer, required — Skipped items
  - `startTime` string, date-time, required — Operation start time
  - `endTime` string, date-time, required — Operation end time
  - `errorLog` ErrorLog[], required — Operation start time
    - `path` string
    - `error` string
  - `fileSize` integer — Operation total file size
  - `sourcePath` string, required — sourcePath path. An absolute path of a folder
  - `branch` string — 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
  - `modifiedAfter` string, 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
  - `dataTypes` string[] — List of data types which determine what type of content will be exported. The default is all types.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
