GET
/
api
/
ai
/
table
/
list

Authorizations

Authorization
string
headerrequired

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

Query Parameters

organization_id
integer
required

The unique ID of the Organization

Response

200 - application/json
created_at
string
required

Time of Table creation, in UTC

document_ids
integer[]

List of Document IDs in this Table

id
integer
required

Unique ID of Table

meta
object
required

Metadata, for internal use

organization_id
integer
required

Unique ID of Organization the Table belongs to

user_id
integer
required

Unique ID of user the Table belongs to

visibility
enum<string>
default: sharedrequired

Whether this Table can only be seen by its creator, or by the whole Workspace

Available options:
shared,
private