Sign in

List transcripts

documented

List transcripts with optional filters (agent_email, agent_id, visitor_email, visitor_id, department_id, profile_id, date_from, date_to, time_period) and pagination (page, limit). Requires Authorization: Bearer <token> and a Timezone header.

GET /v1/transcriptsTranscriptsno implementation yet0 runs
No 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://api.happyfoxchat.com/v1/transcripts?page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{HAPPYFOXCHAT_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List transcripts · HappyFox Chat · OpenIntegrations