Manage stored actions
Get stored action
GET
/
api
/
v2
/
ai-actions
/
{ai_action_id}
/
See Run a stored action for details on running an action.
Authorizations
Authorization
string
headerrequiredPath Parameters
ai_action_id
string
requiredResponse
200 - application/json
id
string
requiredThe unique ID of the AI action.
description
string
requiredDescription of the AI action.
account_id
integer | null
requiredZapier account ID that will be used when running the action.
authentication_id
integer | null
requiredID of the authentication to use for the app when running the action.
app
string | null
requiredThe app that the action is for.
action
string | null
requiredThe action that will be run.
action_type
enum<string> | null
requiredThe type of action that will be run.
Available options:
read
, write
, search
params
object
requiredThe parameters that will be used when running the action.
meta
object
requiredMetadata about the AI action.
needs
object[] | null