Skip to main content

Download Runtime App-embedded Audit Events

GET 

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

x-prisma-cloud-target-env: {"permission":"monitorRuntimeServerless"}

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