GET /_system/blueprint_flows/function/{guid}

Get function flow data for a blueprint action - parses the flow starting from a trigger_custom_function

Get function flow data for a blueprint action - parses the flow starting from a trigger_custom_function
KeyTypeExampleDescription
guidrequiredstring
"example"
Unique identifier (GUID)
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
[
  {}
]
{
  "error": "INVALID_TYPE"
}
StatusError CodeDescription
400INVALID_TYPEInvalid type - not a trigger_custom_function
404DOCUMENT_NOT_FOUNDFunction not found
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
blueprintactions_viewRequired scope: blueprintactions_view

Back to Blueprint Flows Return to the Blueprint Flows category to view other endpoints All API Categories Browse all available API categories