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
Example response
{
"success": true
}