Mutations
updateThreadAgentStatus
Update the AI agent status of a thread (IN_PROGRESS, HANDED_OFF, or HANDLED). Use this to signal that an AI agent has taken over, handed off to a human, or fully resolved the thread. Requires the thread:edit permission.
MUTATION
updateThreadAgentStatus(input: UpdateThreadAgentStatusInput!): UpdateThreadAgentStatusOutput!Arguments
input
required
Returns
thread
error
Mutation
Variables
Response
Mutation
Variables
Response

