Skip to main content
GET
Get Clients Assigned to Agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Provider-native assistant/agent ID (not a global ID). Required.

Example:

"asst_abc123"

Response

Clients retrieved successfully. Returns a list of client objects with subscription details. Returns an empty array if no clients are assigned.

status
string
Example:

"success"

message
string
Example:

"Clients retrieved successfully"

data
object