Object
OperationRecord
A single record (item) within an operation, with its per-item processing status.
Fields
Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.
- itemId ID!
- ID of the item this record tracks — a documented input to mediaContents / transcriptions lookups.
- status OperationRecordStatus!
- Processing status of this item. PENDING covers not-started, in-progress, and retrying records.
- FAILED
- The item failed during processing.
- PENDING
- The item has not finished processing yet (not started, in progress, or retrying).
- SUCCEEDED
- The item was processed successfully.