Skip to main content
GET
Get a Specific Action by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

action_id
string
required

ID of the action

Response

Action retrieved successfully

Action entity to store the actions which can be performed by ai agents

id
string
orgId
string
name
string
description
string | null
parameters
Parameters · object | null
endpoint
Endpoint · object | null
invocationTrigger
string | null
userWaitingText
string | null
userSuccessText
string | null
userErrorText
string | null
createdBy
string
createdAt
string<date-time>
updatedBy
string
updatedAt
string<date-time>