---
title: "Fetch a list of Tables"
method: GET
path: "/reporting/tables"
---

# Fetch a list of Tables

`GET /reporting/tables`

## Query parameters

- `cursor` string
- `per_page` integer
- `search` string

## Response `200`

A paged array of Tables

- object
  - `page` integer — current page of data, as specified by the 'page' request parameter. This page number is 0-indexed.
  - `last_page` integer — the final page number for the dataset. This is zero-indexed, so that a dataset with a record count less than or equal to the page size will be 0.
  - `data` Table[] — Details about the Tables
    - `display_name` string — The name of the table
    - `category` string — The category of the table
    - `description` string — The description of the table
    - `column_names` integer[] — The names of the columns in the table
    - `searchable_fields` integer[] — Fields that can be filtered using the query parameter on the table_records endpoint
    - `documentation_url` string — A link to the detailed documentation for this table

## Other responses

- `403` — An 'unauthorized' response may occur for features restricted by or unavailable to your organization

---

[API](https://skmtc.net/kolide/apis/k2-api.md) · [All operations](https://skmtc.net/kolide/apis/k2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kolide/k2-api/versions/7013d788398e/schema)
