Skip to main content
GET
Get the number of tables

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name__contains
string | null

Filter by name (case-insensitive contains).

Maximum string length: 255
created_at__after
string<date-time> | null

Filter by created_at after this instant (ISO 8601).

created_at__before
string<date-time> | null

Filter by created_at before this instant (ISO 8601).

owner_user_id
string | null

Filter to tables created by this user.

Maximum string length: 64

Response

Successful Response

The number of matching tables.

count
integer
required