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 \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "functionType": "POST_ACTION_EXECUTION",
      "id": "<string>"
    }
  ]
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required
definitionId
string
required

Response

successful operation

results
object[]
required
Last modified on March 30, 2026