v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Reports

Export Activity Log report asynchronously (Platform)

post/api/v3.0/orgs/{orgUuid}/reports/activity-log

Path parameters

orgUuidstring required

org UUID (from the Mend App: Administration General > Organization UUID).

Request body

namestring
format'json' | 'html' | 'unknown' | 'xml' | 'excel' | 'yaml' | 'pdf' | 'tv' | 'rdf' | 'csv' | 'sarif' | 'text'
sendEmailNotificationboolean
labelsUuidListstring[]

List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value "string" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report.

excludeInactiveProjectsboolean
engineTypestring[]
applicationUuidstring
projectUuidsstring[]

Example request

{
  "labelsUuidList": []
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}