Knowledge
Returns what one chatbot has been trained on — crawled pages, uploaded files, text snippets, and Q&A pairs — with the number of indexed chunks each contributed.
GET
/api/v1/knowledge/sourcesRequires the chatbot_id query parameter.
Query parameters
Prop
Type
Response 200
Returns a data array with a pagination object. Each item:
Prop
Type
Errors
400— chatbot_id is required401— Missing or invalid API key404— Chatbot not found429— Rate limit exceeded
Every error shares one envelope.
Example
curl https://www.hey.support/api/v1/knowledge/sources \
-H 'Authorization: Bearer hs_live_…'List bookings
Returns meetings booked through the agent, paginated — both natively scheduled meetings on your connected Google Calendar and Cal.com bookings, each carrying its provider, start and end time, attendee timezone, and status.
Last-30-days rollup
Returns aggregate counts for the trailing 30 days — conversations, messages, leads captured, and resolution rate — for the workspace, or for one chatbot when `chatbot_id` is supplied.