GET
/
api
/
v2
/
ai-actions
/
{ai_action_id}
/
See Run a stored action for details on running an action.

Authorizations

Authorization
string
headerrequired

Path Parameters

ai_action_id
string
required

Response

200 - application/json
id
string
required

The unique ID of the AI action.

description
string
required

Description of the AI action.

account_id
integer | null
required

Zapier account ID that will be used when running the action.

authentication_id
integer | null
required

ID of the authentication to use for the app when running the action.

app
string | null
required

The app that the action is for.

action
string | null
required

The action that will be run.

action_type
enum<string> | null
required

The type of action that will be run.

Available options:
read,
write,
search
params
object
required

The parameters that will be used when running the action.

meta
object
required

Metadata about the AI action.

needs
object[] | null