List coaching agents
Coaching Agents
List coaching agents
Returns your coaching agents, default agent first. Example: GET /api/v1/coaching-agents?search=support&per_page=10.
GET
List coaching agents
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Query Parameters
Page number.
Required range:
x >= 1Items per page (max 100).
Required range:
1 <= x <= 100Match name or description. Example: support.
true returns only the default agent.
active, inactive, or all (default).
Available options:
active, inactive, all