List all coaching documents

Retrieves a comprehensive list of all coaching documents available in the organization. Coaching documents contain guidance, best practices, and educational content for professional development.

Responses
Request Example for get/data/v1/coaching-documents
curl https://cli.wseng.ai/data/v1/coaching-documents \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
[
  {
    "name": "string",
    "description": "string",
    "url": "string",
    "ruleIds": [
      "string"
    ],
    "preload": false
  }
]