Sign in

Read Channel Messages Anonymously

documented

Fetch public channel messages for anonymous reads when allowed.

GET /api/v1/channels.anonymousreadRoomsno implementation yet0 runs
No 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/channels.anonymousread?roomId={{$roomId}}&offset={{$offset}}&count={{$count}}&sort={{$sort}}&query={{$query}}&fields={{$fields}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"