Get Clients Assigned to Agent
Agents
Get Clients Assigned to Agent
Retrieves all clients associated with a specific assistant/agent, including their subscription and product details.
Authentication
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
GET
Get Clients Assigned to Agent
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Provider-native assistant/agent ID (not a global ID). Required.
Example:
"asst_abc123"

