---
title: "List import runs"
method: GET
path: "/imports"
tags: ["Imports"]
---

# List import runs

`GET /imports`

Lists historical import runs (e.g. books migrated from a previous accounting system) with their statuses.

## Query parameters

- `customer_id` string

## Response `200`

Import runs.

- object
  - `customer_id` string
  - `runs` object[]

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/versions/52e277b4f031/schema)
