Skip to main content
GET
/
automation
/
v4
/
actions
/
{appId}
/
{definitionId}
/
functions
Retrieve functions for a given definition
curl --request GET \
  --url 'https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions?hapikey='
{
  "results": [
    {
      "functionType": "POST_ACTION_EXECUTION",
      "id": "<string>"
    }
  ]
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Professional
Data HubData Hub -Professional

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The ID of the app.

definitionId
string
required

The ID of the definition.

Response

successful operation

results
object[]
required
Last modified on December 16, 2025