Get script sections
documentedGet script sections by ID
GET /script-sections/{id}/Agent Console CCno 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)
Note: The official path for this endpoint is GET https://api.callhub.io/v2/script-sections/{id}/ (v2) and authentication uses the Authorization: Token header, per CallHub docs. ([callhub.io](https://callhub.io/blog/product/build-your-own-call-center/))
npx -y keychains@latest curl "https://api.callhub.io/v2/script-sections/{{$id}}/" \
-X GET \
-H "Authorization: Token {{CALLHUB_API_KEY}}" \
-H "Accept: application/json"