RTRAudit API retrieval for time range #1278
Unanswered
LazarusCSA
asked this question in
Q&A
Replies: 1 comment
-
Hi @LazarusCSA - Instead of using Thank you for the question! 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to retrieve logs from Real time response sessions for audit purposes automatically. The idea is to use the timestamp to get all logs from the last e.g. 7 days and run the script every week. But unfortunately using various filter with timestamps I either get no result or status code 400 with the error message:
'code': 400, 'message': "Permission denied for FQL expression 'timestamp'"
The API Keys should have the correct permissions set for RTR response audit and a did a similiar script for Alerts which works fine. Any suggestions or tips? (P.S. I removed id and secret obviously, the code in the screenshot is for showing the issue)
I did find a similar post (#1177), but the author didn't search for a time range and also didn't post his request code, hence opening this discussion.
Beta Was this translation helpful? Give feedback.
All reactions