---
title: "Retrieves a paginated list of external login history records for the current company. Only records with an ID greater than the specified {lastId} are returned. The number of returned records is limited by {limitRecords} (max 1000). The response includes the last returned ID and a flag indicating whether more records are available."
method: GET
path: "/api/audit/externallog_login"
tags: ["Audit"]
---

# Retrieves a paginated list of external login history records for the current company. Only records with an ID greater than the specified {lastId} are returned. The number of returned records is limited by {limitRecords} (max 1000). The response includes the last returned ID and a flag indicating whether more records are available.

`GET /api/audit/externallog_login`

## Query parameters

- `lastId` integer, required
- `limitRecords` integer, required

## Response `200`

OK

- IntectWebAPIControllersAuditLoginDTO
  - `LastId` integer
  - `HasMore` boolean
  - `LoginRecords` IntectBusinessLogicAuditAuditReadRepositoryLoginRecord[]
    - `Id` integer
    - `LoginTime` string, date-time
    - `UserIp` string
    - `UserName` string
    - `IsSuccessful` boolean
    - `UserAgent` string
    - `BrowserName` string
    - `BrowserVersion` string
    - `OSName` string
    - `OSVersion` string
    - `OperationType` string
    - `Comment` string
    - `APIKey` string
    - `Provider` string
    - `Issuer` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
