Skip to main content
POST
Get Flow Available Variables

Authorizations

X-API-Key
string
header
required

Body

application/json
source
enum<string>
default:ft

Variable source. Use ft for flow properties and hs for HubSpot object properties.

Available options:
ft,
hs
objectName
string | null

Variable object/group name. Omit for flow variables; use a HubSpot object group for hs variables.

flowPlanId
string | null

Optional flow plan id. Used with nodeId to include custom variables produced by earlier AI research nodes. Use the exact flowPlanId returned by create_flow_plan, list_flow_plans, or get_flow_workspace.

nodeId
string | null

Optional node id. Example: node_email_1. Use an id from the submitted root tree or get_flow_workspace.flowPlan.root; when provided, the response includes custom variables available before this node.

root
object | null

Optional root tree to evaluate custom variables against instead of the persisted flow root.

Response

Tool result.