List conversations
groove_list_conversationsList support conversations (tickets) in the shared inbox, with rich filters. Filter by state, channel_id, folder_id, tag_name, assigned, starred, or keywords; paginate with first/after. Groove GraphQL: conversations(filter: ConversationFilter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Relay pagination cursor — pass the previous page's `endCursor` to get the next page. | |
| first | No | How many records to return (Relay pagination `first`). | |
| state | No | Filter by conversation state. | |
| starred | No | If set, filter to starred (true) or unstarred (false) conversations. | |
| assigned | No | If set, filter to assigned (true) or unassigned (false) conversations. | |
| keywords | No | Full-text keyword search across conversations. | |
| tag_name | No | Filter to conversations carrying this tag name. | |
| folder_id | No | Filter to a single folder id. | |
| channel_id | No | Filter to a single channel (mailbox) id. |