get_team_unassigned_conversations
Fetch conversations assigned to a team but not assigned to any agent. Use to identify and prioritize unhandled team conversations.
Instructions
Get Team Unassigned Conversations Get conversation assigned to team but not assigned to any agent GET /api/v1/teams/{id}/conversations/unassigned Tags: Conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier for the team (path parameter) | |
| page | No | Page number (defaults to 1) (query parameter) | |
| page_size | No | Number of items per page (defaults to 30, max 100) (query parameter) |