List call actions
Returns a paginated list of call actions for the organization, filtered by agent. Optionally filter by category or provider.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Query parameters
agentId
Filter by agent (ObjectId)
page
Page number (default 1)
limit
Records per page (default 10)
category
Filter by category
Allowed values:
provider
Filter by provider name
Response
Paginated list of call actions
success
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

