Skip to main content
Version: 2023-02-21

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 options2023-02-21
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