---
title: "Describe Available Tables"
method: GET
path: "/v3/batch/tables/describe"
---

# Describe Available Tables

`GET /v3/batch/tables/describe`

This endpoint provides a comprehensive list of all the available tables that can be queried using the Batch API. It is a key resource for understanding what data can be extracted via the request-report endpoint.

## Response `200`

200

- object[]
  - `table` string
  - `table_filters` object[]
    - `is_filterable` boolean
    - `is_mandatory` boolean
    - `key_column` string
    - `name` string
    - `type` string
    - `valid_values` unknown
  - `table_granularity` object
    - `monthly` object
      - `end_date` string
      - `start_date` string
  - `table_metrics` object[]
    - `claim` unknown
    - `description` string
    - `metric_name` string
    - `supported_granularity` object
      - `monthly` object
        - `end_date` string
        - `start_date` string
    - `type` string
    - `valid_values` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/similarweb/apis/visits-total-traffic.md) · [All operations](https://skmtc.net/similarweb/apis/visits-total-traffic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/similarweb/visits-total-traffic/revisions/9b0175fc494c/schema)
