List call actions

View as Markdown
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

agentIdstringRequired

Filter by agent (ObjectId)

pageintegerOptionalDefaults to 1

Page number (default 1)

limitintegerOptionalDefaults to 10

Records per page (default 10)

categoryenumOptional
Filter by category
Allowed values:
providerstringOptional
Filter by provider name

Response

Paginated list of call actions
successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error