Retrieve organization request logs from APIGEE with payload - Apigee Edge

It is possible to retrieve organization logs from specific time range? I have seen this documentation - https://docs.apigee.com/api-monitoring/logs-api . However this does not fetch request payload. Is it possible to somehow to get requests payload as well? Please help!

Solved Solved
0 3 215
1 ACCEPTED SOLUTION

Payloads are not stored and are not retrievable.

You can consider using the Message Logging policy to send request and/or payload data to somewhere outside of Apigee.

There's only some metadata about the request and processing that's stored in Apigee analytics, you can see the list of data here.

View solution in original post

3 REPLIES 3

cc - @API-Evangelist 

Payloads are not stored and are not retrievable.

You can consider using the Message Logging policy to send request and/or payload data to somewhere outside of Apigee.

There's only some metadata about the request and processing that's stored in Apigee analytics, you can see the list of data here.

Thank you for your assistance!!