---
title: "ControlledDeviceAuditLogList"
method: GET
path: "/controlled-devices/{publicId}/audit-logs"
tags: ["ControlledDeviceAuditLogList"]
---

# ControlledDeviceAuditLogList

`GET /controlled-devices/{publicId}/audit-logs`

## Path parameters

- `publicId` string, required

## Query parameters

- `filters` string[]

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Response `200`

Success response. Data could be an object instead of a list when one value is returned

- object
  - `status` string, required
  - `type` string, required
  - `moreAfter` string, nullable
  - `data` object[], required
    - `publicId` string
    - `action` 'CREATE' | 'UPDATE' | 'DELETE' | 'TRIGGER'
    - `topic` object
      - `company` string
      - `user` string, nullable
      - `agent` string, nullable
      - `asset` string, nullable
    - `time` string, date-time
    - `request` object
      - `ipAddress` string
      - `fromName` string, nullable
      - `geoLocation` object, nullable
        - `latitude` string
        - `longitude` string
        - `country` string
        - `city` string
    - `actor` object
      - `type` 'agent' | 'support' | 'client' | 'webshopintegration' | 'scim-provisioning'
      - `resource` object
        - `publicId` string
        - `name` string
        - `type` string
    - `application` object, nullable
      - `name` string
    - `target` string
    - `before` unknown
    - `after` unknown

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/versions/7875dc33d41f/schema)
