Athena
Tables

List tables for the selected Postgres client

GET
/schema/tables

Header Parameters

X-Athena-Client*string

Selects which Postgres pool provides the tables.

Response Body

application/json

curl -X GET "https://athena-cluster.com/schema/tables" \  -H "X-Athena-Client: string"
{
  "tables": [
    {
      "table_schema": "string",
      "table_name": "string"
    }
  ]
}
Empty
Empty