Get a call action

View as Markdown
Returns a single call action by ID. Scoped to the authenticated organization.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
Call action ObjectId

Response

Call action
successboolean
dataobject
A call action that fires automatically at a specific point in the call lifecycle

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error