List Threads
documentedList thread conversations in a room.
GET /api/v1/chat.getThreadsListMessagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://rocket.chat/api/v1/chat.getThreadsList?offset={{$offset}}&count={{$count}}&sort={{$sort}}" \
-X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}"