---
title: "GET /configuredTables"
method: GET
path: "/configuredTables"
---

# GET /configuredTables

`GET /configuredTables`

Lists configured tables.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListConfiguredTablesOutput
  - `configuredTableSummaries` object[], required — The configured tables listed by the request.
    - `id` string, required — The unique ID of the configured table.
    - `arn` string, required — The unique ARN of the configured table.
    - `name` string, required — The name of the configured table.
    - `createTime` string, date-time, required — The time the configured table was created.
    - `updateTime` string, date-time, required — The time the configured table was last updated.
    - `analysisRuleTypes` ConfiguredTableAnalysisRuleType[], required — The types of analysis rules associated with this configured table.
    - `analysisMethod` 'DIRECT_QUERY' | 'DIRECT_JOB' | 'MULTIPLE', required — <p>The analysis method for the configured tables. </p> <p> <code>DIRECT_QUERY</code> allows SQL queries to be run directly on this table.</p> <p> <code>DIRECT_JOB</code> allows PySpark jobs to be run directly on this table.</p> <p> <code>MULTIPLE</code> allows both SQL queries and PySpark jobs to be run directly on this table.</p>
    - `selectedAnalysisMethods` SelectedAnalysisMethod[] — The selected analysis methods for the configured table summary.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/cleanrooms.md) · [All operations](https://skmtc.net/aws/apis/cleanrooms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanrooms/versions/17ce59ba806e/schema)
