Skip to main content
Version: v3

Get Action by ID

GET 

/conversation-ai/agents/:agentId/actions/:actionId

Retrieves detailed information about a specific action using its unique identifier. Returns the action configuration, associated agents, and performance metrics.

Request

Version stringrequired

API Version

Available optionsv3
actionId stringrequired

The unique identifier of the action ID Attached to the agent

agentId stringrequired
application/json

Success

Schema
    dataobjectrequired

    Action details

    successbooleanrequired

    Success status of the request