v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Describe Available Tables

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.

get/v3/batch/tables/describe

Response

200

tablestring

Example response

[
  {
    "table": "app_domain_mapping",
    "table_filters": [
      {
        "is_filterable": true,
        "key_column": "app",
        "name": "apps",
        "type": "list"
      }
    ],
    "table_granularity": {
      "monthly": {
        "end_date": "2024-07",
        "start_date": "2023-08"
      }
    },
    "table_metrics": [
      {
        "metric_name": "app_name",
        "supported_granularity": {
          "monthly": {
            "end_date": "2024-07",
            "start_date": "2023-08"
          }
        },
        "type": "string"
      }
    ]
  }
]