support

Audit history for a single deployment, for support investigation.

Returns the same AuditEvent rows as /api/audit/deployments/<pk>/ but is accessible to Support group members rather than only organization managers/admins. Each event's data includes the deployment name, mod registry id + version, active flag, options_config, integration configurations, and platforms at the time of the change — see api/audit/signals.py:deployment_save.

get/api/support/deployments/{deployment_pk}/audit/

Path parameters

deployment_pkstring required

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Changes