I'm starting out with the Slack API and trying to just get a list of messages.
Here are my steps:
channels:read and channels:history scope (also re-installed it)conversations.list (this worked fine)conversations.list, I found a channel that I use and copied the idconversations.history api with the channelid from step 3Result:
{ "ok": false, "error": "not_in_channel" }
I'm not at all sure what is happening here. I definitely have messages in the channel, and the documentation page for that api does not say anything about this "not_in_channel" error code.
What am I doing wrong?