Skip to main content
Teams in ChatbotX let you group agents together so they can be assigned to conversations collectively. Use this endpoint to list all teams in your workspace. Each team record includes its members along with their user profile details, making it easy to understand your support team structure programmatically.
GET /api/v1/teams

Code Examples

Response

Returns 200 OK with a data array of team objects.

Response Fields

array
required
Array of team objects in the workspace.

Example Response