---
title: "Fetch information for a specific Table"
method: GET
path: "/reporting/tables/{name}"
---

# Fetch information for a specific Table

`GET /reporting/tables/{name}`

## Path parameters

- `name` string, required

## Response `200`

Information about one Table

- Table
  - `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)
