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

# List accounting logs

`GET /logs/accounting`

List a page of accounting logs.

## Query parameters

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

## Response `200`

OK

- PagedXiqAccountingLog
  - `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` XiqAccountingLog[] — The data in the current page
    - `id` integer, required — The Accounting log id
    - `username` string — The username
    - `org_id` integer — The org id
    - `timestamp` integer — The email log timestamp
    - `vhm_id` string — The vhm id
    - `device_serial_number` string — The device serial number
    - `acct_session_id` string — The acct session id
    - `acct_multi_id` string — The acct multi id
    - `group_name` string — The group name
    - `nas_ip_address` string — The nas ip address
    - `nas_port` string — The nas port
    - `nas_port_type` string — The nas port type
    - `acct_start_time` integer — The acct start time
    - `acct_stop_time` integer — The acct stop time
    - `acct_session_time` integer — The acct session time
    - `acct_authentic` string — The acct authentic
    - `connect_info` string — The connect info
    - `acct_input_octets` integer — The acct input octets
    - `acct_output_octets` integer — The acct output octets
    - `called_station_id` string — The called station id
    - `calling_station_id` string — The calling station id
    - `acct_terminate_cause` string — The acct terminate cause
    - `service_type` string — The service type
    - `framed_ip_address` string — The framed ip address
    - `acct_start_delay` integer — The acct start delay
    - `acct_stop_delay` integer — The acct stop delay
    - `ssid` string — The ssid
    - `identity` string — The identity
    - `nas_identifier` string — The nas identifier
    - `mgmt_mac_address` string — The management mac address
    - `attribute_num` integer — The attribute num
    - `event_time` integer — The event time
    - `usage` integer — The usage

---

[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)
