Skip to main content
GET
Get a table field

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

table_id
string
required

Table ID

field_id
string
required

Field ID

Response

200 - application/json
id
string
required
table_id
string
required
key
string
required
type
enum<string>
required
Available options:
id,
string,
number,
boolean,
date,
datetime,
enum,
file,
record,
contact,
user,
chat,
segment,
assistant,
agent
schema
object
required

The file type allows users to upload files

readonly
boolean
required
sortable
boolean
required

Whether views can sort their records by this field.

groupable_in
enum<string>[]
required

View kinds that accept this field as their grouping axis.

Available options:
table,
board,
calendar,
timeline,
list,
gallery
kind
enum<string>
required
Available options:
system