---
title: "ListTables"
method: GET
path: "/processing-platforms/{platformId}/tables"
tags: ["ProcessingPlatformsService"]
---

# ListTables

`GET /processing-platforms/{platformId}/tables`

Lists all available table names for the given platform.

## Path parameters

- `platformId` string, required

## Response `200`

OK

- ListTablesResponse
  - `tables` DataCatalogTable[]
    - `id` string — The id used by the catalog.
    - `name` string
    - `schema` DataCatalogSchema
      - `database` DataCatalogDatabase
        - `catalog` DataCatalog
          - `databases` DataCatalogDatabase[] — A top-most level of the catalog. This is typically a database.
          - `id` string — An arbitrary but unique identifier for the catalog. This matches the id from the PACE app configuration.
          - `tags` string[]
          - `type` 'TYPE_UNSPECIFIED' | 'COLLIBRA' | 'ODD' | 'DATAHUB', enum
        - `displayName` string
        - `id` string — The id used by the catalog.
        - `schemas` DataCatalogSchema[] — The schemas in this database.
        - `tags` string[]
        - `type` string
      - `id` string — The id used by the catalog.
      - `name` string
      - `tables` DataCatalogTable[] — The tables in this schema.
      - `tags` string[]
    - `tags` string[]

## Other responses

- `default` — Default error response

## Changes

- **2023-11-17** `04d64891152e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getstrm/apis/pace-api/changes/processing-platforms/:platformId/tables/get.md)

---

[API](https://skmtc.dev/getstrm/apis/pace-api.md) · [All operations](https://skmtc.dev/getstrm/apis/pace-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstrm/pace-api/revisions/04d64891152e/schema)
