v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Call Actions

List call actions

Returns a paginated list of call actions for the organization, filtered by agent. Optionally filter by category or provider.

get/call-actions

Query parameters

agentIdstring required

Filter by agent (ObjectId)

pageinteger

Page number (default 1)

limitinteger

Records per page (default 10)

category'trigger' | 'post-call'

Filter by category

providerstring

Filter by provider name

Response

Paginated list of call actions

successboolean

Example response

{
  "success": true
}