Retrieve 1:1 Coaching Settings — Shilo Coaching API
Retrieve 1:1 coaching settings for your Shilo integration: cadence, enabled status, custom focus text, custom questions, and per-user usage limits.
Use this endpoint to inspect the current 1:1 Coaching configuration for your Shilo integration. The response tells you whether coaching is enabled, how frequently coaching periods are generated (cadence), any custom focus text or questions that have been configured for your organization, and the usage limits that govern how much AI coaching content can be generated per period.
{ "integration_id": "a3c9e214-1f2b-4d78-bb01-7e5f9c3d0a12", "enabled": true, "cadence": "weekly", "customization": { "focus": "Focus on objection handling and discovery question quality.", "questions": [ { "id": "q1", "order": 0, "text": "What was the biggest challenge you faced on calls this week?" }, { "id": "q2", "order": 1, "text": "Which objection did you struggle with most, and how did you handle it?" } ] }, "usage_limits": { "integration_limit_seconds": 36000, "per_user_limit_seconds": 3600 }}
⌘I
Assistant
Responses are generated using AI and may contain mistakes.