---
title: "List divisions"
method: GET
path: "/tenants/{tenant_id}/divisions"
tags: ["Divisions"]
---

# List divisions

`GET /tenants/{tenant_id}/divisions`

Returns the tenant's divisions visible to the caller. Permission-filtered: only divisions where the calling role has at least read access are included.

## Path parameters

- `tenant_id` integer, required

## Query parameters

- `page` integer, nullable
- `results` integer, nullable

## Response `200`

Paged divisions listing

- PagedDivisionInfo
  - `items` object[], required
    - `created_at` string, date-time, required — Resource creation timestamp (RFC 3339 UTC).
    - `id` integer, required
    - `name` string, required
    - `protected` boolean, required — When `true`, deletion is hardened: the DELETE request must include a one-time confirmation code emailed to the tenant address. Obtain the code via `PUT /tenants/{tenant_id}/request_code` with `action = "delete_division"` and pass it as the `code` query parameter on the DELETE call.
    - `updated_at` string, date-time, required — Resource last-update timestamp (RFC 3339 UTC).
  - `page` integer, required
  - `total_pages` integer, required
  - `total_results` integer, required

## Other responses

- `403` — Insufficient permissions on the tenant

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
