# Get chats **GET /data/user/chats** Retrieve all chats where the current user is a participant. Returns list of chat conversations the user can access. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200: Chats where user is participant #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Chat unique identifier - **entity_id** (string(uuid)) Entity identifier - **entity_type** (string) Entity type - **participants** (array[string(uuid)]) List of participant person identifiers - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)