Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required
tableId
string
required

Response

200 - application/json

Successfully retrieved table permissions for the current user.

table
object
required
view
object
required
record
object
required
field
object
required
recordReadFilter
object

Row-level read filter the authority matrix applies to the current user; rows not matching it are invisible to this user. Absent when the user is unrestricted. Informational only: the server always enforces it on queries.

Last modified on September 15, 2026