---
title: "Get the list of historical company-level operations."
method: GET
path: "/api/v2/log/company"
tags: ["Log"]
---

# Get the list of historical company-level operations.

`GET /api/v2/log/company`

Get the list of company-level historical operations.

## Query parameters

- `id` integer, required
- `page_number` integer
- `page_size` 10 | 20 | 30
- `date_range` 'LastWeek' | 'Last2Weeks' | 'Last1Month' | 'Last3Months' | 'Last6Months' | 'Last1Year', required
- `query` string

## Response `200`

Success

- CompanyLogEntry[]
  - `CompanyName` string — The company name of the log entry.
  - `LogType` string — The type of the log entry.
  - `Description` string — An informally formatted details of the operation.
  - `InsertDate` string, date-time — The date of this operation.
  - `InsertUser` string — The Client ID performed the operation, which can be an email address or string 'API'.

## Other responses

- `401` — Unauthorized
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
