Are there any details on the /beta/platform-logs APIs? I can use the CLI, but I want different ways to get these logs. I have been successful in calling them like this:
I can also add startTime in the body like this:
{
"filter": {
"startTime": "2024-05-14T15:02:00.000000-07:00"
},
"nextToken": ""
}
Are there any other filters that can be used?
