Getting full traceback using API

I am using sentry python sdk.
Is there any method using which I can get full traceback of an error from error code returned from sentry.capture_exception() using sentry API?

Hi, I believe this is the page you’re looking for: https://docs.sentry.io/api/organizations/get-event-id-lookup/

1 Like

oh thanks! That would work.
Just in case I am assuming if there is no method for python sentry_sdk client to perform that operation and I have to manually make the request?

I feel like I’m missing a lot of context on what you’re trying to do. You can also use before-send to get the event payload from the SDK as soon as its sent out.