curl --request GET \
--url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions \
--header 'Authorization: Bearer <token>'{
"results": [
{
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}
]
}Retrieve all functions included in a definition.
curl --request GET \
--url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions \
--header 'Authorization: Bearer <token>'{
"results": [
{
"functionType": "POST_ACTION_EXECUTION",
"id": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Was this page helpful?