---
title: "List auth logs"
method: GET
path: "/logs/auth"
tags: ["Log"]
---

# List auth logs

`GET /logs/auth`

List a page of auth logs.

## Query parameters

- `page` integer
- `limit` integer
- `username` string
- `callingStationId` string
- `startTime` integer
- `endTime` integer

## Response `200`

OK

- PagedXiqAuthLog
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqAuthLog[] — The data in the current page
    - `id` string, required — The auth log id
    - `auth_type` string — The auth type
    - `sn` string — The serial number
    - `vhm_id` string — The vhm id
    - `username` string — The username
    - `reply` string — The reply
    - `called_station_id` string — The called station id
    - `calling_station_id` string — The calling station id
    - `auth_date` integer — The authentication date
    - `ssid` string — The ssid
    - `identity` string — The identity
    - `nas_port_type` string — The nas port type
    - `reject_reason` string — The reject reason
    - `nas_identifier` string — The nas identifier
    - `mgmt_mac_address` string — The management mac address
    - `org_id` integer — The org id
    - `timestamp` integer — The audit log timestamp

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
