---
title: "list"
method: GET
path: "/systemAudits"
tags: ["systemAudits"]
---

# list

`GET /systemAudits`

## Query parameters

- `createdAt` string, date-time
- `appointment` string
- `patient` string
- `provider` string
- `appointmentType` string
- `facility` string
- `tags` string
- `user` string
- `deleted` 0 | 1
- `createdBy` string
- `updatedBy` string
- `createdAt` string, date-time
- `updatedAt` string, date-time
- `page` integer
- `limit` integer
- `_populate` string
- `_select` string

## Response `200`

Returns a list of systemAudits

- object
  - `response` SystemAuditResponse[], required
    - `_id` string — Luma's internal ID of an object.
    - `user` string — The ID of the root account user.
    - `deleted` 0 | 1 — Flag for logical deletion where 1 means deleted.
    - `createdBy` string — The ID of the user who created this object.
    - `updatedBy` string — The ID of the user who updated this object.
    - `createdAt` string, date-time — The date/time when this object was created.
    - `updatedAt` string, date-time — The date/time when this object was updated.
    - `tags` string[] — List of labels attached to a log message.
    - `log` string — A somewhat friendly log message about a system event.
    - `dataPoints` unknown
    - `patient` string — The ID of patient related to this log message.
    - `appointment` string — The ID of an `appointment` related to this log message.
    - `provider` string — The ID of a `provider` related to this log message.
    - `facility` string — The ID of a `facility` related to this log message.
    - `referral` string — The ID of a `referral` related to this log message.
    - `followup` string — The ID of a `followup` (custom action) related to this log message.
    - `recall` string — The ID of a `recall` related to this log message.
    - `message` string — The ID of a `message` related to this log message. ATTENTION: old logs generated by followups (custom actions) before Aug 25th, 2022, use `message` as a generic container which may hold the ID of any kind of object, not only messages.
    - `broadcast` string — The ID of a `broadcast` related to this log message.
    - `fileUpload` string — The ID of a generic `fileUpload` related to this log message.
    - `upload` string — The ID of an `upload` related to this log. Uploads differ from FileUploads because they usually consist of CSV files which are processed in batch to synchronize patients, appointments, providers, facilities and other EHR data that couldn't be synchronized by other means.
    - `integrator` string — The ID of an `integrator` related to this log message.
    - `setting` string — The ID of a `setting` related to this log message.
    - `patientForm` string — The ID of a `patientForm` related to this log message.
    - `patientFormTemplate` string — The ID of a `patientFormTemplate` related to this log message.
    - `billingCopay` string — The ID of a `billingCopay` related to this log message.
    - `billingTransaction` string — The ID of a `billingTransaction` related to this log message.
  - `page` integer, required
  - `size` integer, required

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope
- `default` — unexpected error

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
