The Ampersand project ID or project name.
Operation ID.
Operation
The Ampersand project ID.
"project-456"
The integration ID.
The config ID.
"config-123"
The type of action that was performed (read, write, or subscribe).
"read"
Unique identifier for this operation. Use this to fetch operation details or list logs for debugging.
The Ampersand installation ID (customer instance) that this operation ran for.
The status of the operation.
success: The operation completed successfullyfailure: The operation failedin_progress: The operation is currently running"success"
A human-readable summary of what the operation accomplished. Examples: [contact] No new data found, Batch write completed (3 succeeded, 1 failed). May be absent.
"[contact] No new data found"
Additional operation details. May include objects (array of object names), retry (retry attempt info), and progress (backfill progress with recordsProcessed, recordsEstimatedTotal) for backfill read operations.
{
"objects": ["contact"],
"progress": {
"installationId": "66438162-5299-4669-a41d-85c5a3b1a83e",
"objectName": "contact",
"operationId": "3efc0f0f-4bb9-498f-996c-9893d98ca4b5",
"recordsProcessed": 1250,
"recordsEstimatedTotal": 5000
}
}The time the operation was created.
"2023-07-13T21:34:44.816354Z"