Skip to main content
GET
Fetch an AI column

Authorizations

Authorization
string
header
required

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

Path Parameters

ai_table_id
integer<int32>
required

The unique ID of the AI Table

ai_column_id
integer<int32>
required

The unique ID of the column

Response

OK

id
integer
required

The unique ID of the column

meta
Meta · object
required

Metadata, for internal use. Note that the language and model settings for the column are here. Avoid changing the model to avoid unexpected costs

modified_at
string
required

Time the column was last modified, in UTC

name
string
required

The displayed name of the column

order_id
number
required

The displayed order of the column in the UI

query
string
required

The user-provided query to the AI

ai_table_id
integer

The unique ID of the AI Table this column belongs to