Skip to main content

agentforceSyncProgress

Get the current progress of an Agentforce sync operation. Use this to poll for progress updates while a sync is running.

agentforceSyncProgress(
input: AgentforceSyncProgressInput!
): TriggerAgentforceSyncPayload!

Example

query ($input: AgentforceSyncProgressInput!) {
agentforceSyncProgress(input: $input) {
completedAt
deleted
error
failed
lastPostId
message
output
percentage
postTypes
processed
skipped
startedAt
status
success
synced
total
updatedAt
}
}

Arguments

agentforceSyncProgress.input ● AgentforceSyncProgressInput! non-null input common

The application, environment, and optional network site to check.

Type

TriggerAgentforceSyncPayload object common

Response payload for triggering an Agentforce sync