Preview Merged Configuration
Returns the result of merging the source branch into the target branch without performing the merge. Useful for showing an accurate diff before confirming.
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Path Parameters
The id of an agent. This is returned on agent creation.
"agent_3701k3ttaq12ewp8b7qv5rfyszkz"
Unique identifier for the source branch to merge from.
"agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
Query Parameters
The ID of the target branch to merge into.
"agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
When true, source branch changes always win conflicts regardless of timestamps
Response
Successful Response
The ID of the agent
The name of the agent
The conversation configuration of the agent
The metadata of the agent
The platform settings of the agent
The phone numbers of the agent
- GetPhoneNumberTwilioResponseModel
- GetPhoneNumberExotelResponseModel
- GetPhoneNumberSIPTrunkResponseModel
WhatsApp accounts assigned to the agent
The workflow of the agent
The access information of the agent for the user
Agent tags used to categorize the agent
The ID of the version the agent is on
The ID of the branch the agent is on
The ID of the main branch for this agent
Dot-paths of config fields where both branches modified the same field relative to their common ancestor (conflicts). Present regardless of which side wins the conflict.
True when the merge/rebase would be a no-op, i.e. the merged result is identical to the source branch tip. The rebase endpoint rejects in this case.