# OperationRecord

Object

A single record (item) within an operation, with its per-item processing status.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `itemId` | `ID!` | ID of the item this record tracks — a documented input to mediaContents / transcriptions lookups. |
| `status` | [`OperationRecordStatus!`](/api/v2/docs/types/operation-record-status) | Processing status of this item. PENDING covers not-started, in-progress, and retrying records. |
