Skip to main content

Download Runtime App-embedded Audit Events

GET 

/api/v31.02/audits/runtime/app-embedded/download

x-prisma-cloud-target-env: {"permission":"monitorRuntimeServerless","saas":true,"self-hosted":true}
x-public: true

Returns the app-embedded runtime audit events data in CSV format.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <runtime_app-embedded_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/runtime/app-embedded/download"

Request

Responses

OK