Manage stored actions
Get stored action
Get the details of a specific AI Action.
GET
/
api
/
v2
/
ai-actions
/
{ai_action_id}
/
See Run a stored action for details on running an action.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path 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
, read_bulk
params
object
requiredThe parameters that will be used when running the action.
meta
object
requiredMetadata about the AI action.
needs
object[] | null