TriggerAgentforceSyncPayload
Response payload for triggering an Agentforce sync
type TriggerAgentforceSyncPayload {
completedAt: String
deleted: Int
error: String
failed: Int
lastPostId: Int
message: String
output: String!
percentage: Float
postTypes: [String!]
processed: Int
skipped: Int
startedAt: String
status: String
success: Boolean
synced: Int
total: Int
updatedAt: String
}
Fields
TriggerAgentforceSyncPayload.completedAt ● String scalar common
ISO 8601 timestamp when the sync completed
TriggerAgentforceSyncPayload.deleted ● Int scalar common
Number of items deleted
TriggerAgentforceSyncPayload.error ● String scalar common
Error message if the sync failed
TriggerAgentforceSyncPayload.failed ● Int scalar common
Number of items that failed to sync
TriggerAgentforceSyncPayload.lastPostId ● Int scalar common
ID of the last post processed
TriggerAgentforceSyncPayload.message ● String scalar common
Human-readable status message
TriggerAgentforceSyncPayload.output ● String! non-null scalar common
Raw output from the WP-CLI sync command (backward compatibility)
TriggerAgentforceSyncPayload.percentage ● Float scalar common
Completion percentage (0-100)
TriggerAgentforceSyncPayload.postTypes ● [String!] list scalar common
List of post types included in the sync
TriggerAgentforceSyncPayload.processed ● Int scalar common
Number of items processed so far
TriggerAgentforceSyncPayload.skipped ● Int scalar common
Number of items skipped
TriggerAgentforceSyncPayload.startedAt ● String scalar common
ISO 8601 timestamp when the sync started
TriggerAgentforceSyncPayload.status ● String scalar common
Current status of the sync operation
TriggerAgentforceSyncPayload.success ● Boolean scalar common
Whether the sync operation was successful
TriggerAgentforceSyncPayload.synced ● Int scalar common
Number of items successfully synced
TriggerAgentforceSyncPayload.total ● Int scalar common
Total number of items to process
TriggerAgentforceSyncPayload.updatedAt ● String scalar common
ISO 8601 timestamp when the sync was last updated
Returned By
agentforceSyncProgress query ● triggerAgentforceSync mutation