1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
You can query CloudTrail Lake using the start_query() API.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudtrail/client/start_query.html#
Query results can be obtained using the get_query_results() API.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudtrail/client/get_query_results.html
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 2 months ago

Thanks a lot, Riku. I'll have a look. And maybe, ask a few more questions. :)