Skip to main content
GET
/
v1
/
tables
List Tables
curl --request GET \
  --url https://api.retab.com/v1/tables \
  --header 'Api-Key: <api-key>'
{
  "tables": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.retab.com/llms.txt

Use this file to discover all available pages before exploring further.

List tables available in the current environment.
Python
tables = client.tables.list()
TypeScript
const tables = await client.tables.list();
Go
tables, err := client.Tables.List(ctx)
Java
// List tables with the Retab Java client.
cURL
curl https://api.retab.com/v1/tables -H "Api-Key: $RETAB_API_KEY"

Authorizations

Api-Key
string
header
required

Response

200 - application/json

Successful Response

tables
WorkflowTable · object[]