Skip to main content
GET
/
api
/
v2
/
ai-actions
List AI Actions
curl --request GET \
  --url https://actions.zapier.com/api/v2/ai-actions/ \
  --header 'x-api-key: <api-key>'
{
  "results": [
    {
      "id": "<string>",
      "description": "<string>",
      "account_id": 123,
      "authentication_id": 123,
      "app": "<string>",
      "action": "<string>",
      "action_type": "read",
      "params": {},
      "meta": {
        "params": {},
        "app_label": "<string>",
        "action_label": "<string>",
        "authentication_label": "<string>",
        "app_needs_auth": true
      },
      "needs": [
        {
          "key": "<string>",
          "type": "int",
          "label": "<string>",
          "required": true,
          "prefill": "<string>",
          "custom_field": true,
          "depends_on": [
            "<string>"
          ],
          "choices": [
            {
              "key": "<string>",
              "label": "<string>",
              "sample": "<string>"
            }
          ],
          "help_text": "<string>",
          "searchfill": "<string>",
          "capabilities": [
            "<string>"
          ],
          "input_format": [
            "<unknown>"
          ],
          "language": "<string>",
          "parent_key": "<string>",
          "regex": "<string>",
          "alters_custom_fields": true,
          "default": "<string>",
          "placeholder": "<string>",
          "format": "<string>",
          "list": true
        }
      ]
    }
  ],
  "configuration_link": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapier.com/llms.txt

Use this file to discover all available pages before exploring further.

These actions can then be provided as tools to an LLM, which can decide what parameters to use when running the action.
See Run a stored action for details on running an action.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

results
AiActionResponse · object[]
required

URL to configure and expose more actions.