Get KB section
documentedExport a single KB section.
GET /api/1.1/json/kb/section/{section_id}/Knowledge Baseno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$account_name}}.happyfox.com/api/1.1/json/kb/section/{{$section_id}}/" \
-X GET \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_AUTH_CODE}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"