(Urgent) Is there any way to get the group audit log from API?

Me and my friends need to get access to an audit because roblox group panel has it handled badly, is there any endpoint that can let me get a page table or any format that retrieves a group’s audit? it’s quite urgent so any help would be much appreciated.

2 Likes

There’s a legacy API endpoint for it on groups.roblox.com check out the docs

Note you’ll need a ROBLOSECURITY token for this endpoint, which I will assume you already know how to obtain. If not, there are resources on the devforum to help.

2 Likes

Never used this before, can’t seem to find it. Can you specify?

1 Like

https://groups.roblox.com/v1/groups/8414422/audit-log

Replace 8414422 with your groupid
If you want to continue to the next page then you must use the nextPageCursor or whatever it’s called. You will see it in the response. Copy that and then at the end of the above put ?cursor=cursorhere

1 Like

Sorry for late reply, how could I bypass the can’t access Roblox API issue? Proxies don’t seem to cover this.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.