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

Authorizations

Authorization
string
header
required

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

Path Parameters

ai_action_id
string
required

Response

200 - application/json
account_id
integer | null
required

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

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,
read_bulk
app
string | null
required

The app that the action is for.

authentication_id
integer | null
required

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

description
string
required

Description of the AI action.

id
string
required

The unique ID of the AI action.

meta
object
required

Metadata about the AI action.

params
object
required

The parameters that will be used when running the action.

needs
object[] | null