Skip to main content
GET
Returns chat conversation threads for one customer profile (inbox / thread picker data).

Authentication

X-API-Key
string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.
project_id
string
required
Project ID. Must match the API key.
customer_profile_id
string
required
Customer profile ID.

Response

threads
array
required
Chat thread summaries for the customer profile.

Errors

401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized for this organization or project.
404
Not Found
Customer profile not found in this project.