API Reference
Log In
API Reference

List tables of a specific type.

Permissions: organization.MEMBER OR project.MEMBER.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Table type.

Allowed:
Query Params
integer
≥ 0
Defaults to 0

Item offset for pagination. Defaults to 0.

integer
≤ 100
Defaults to 100

Number of tables to return (min 1, max 100). Defaults to 100.

string
enum
Defaults to updated_at

Sort tables by this attribute. Defaults to "updated_at".

Allowed:
boolean
Defaults to true

Whether to sort by ascending order. Defaults to True.

length ≥ 1

Parent ID of tables to return. Defaults to None (return all tables). Additionally for Chat Table, you can list: (1) all chat agents by passing in "agent"; or (2) all chats by passing in "chat".

string
length ≤ 255

A string to search for within table IDs as a filter. Defaults to "" (no filter).

boolean
Defaults to false

Whether to count the rows of the tables. Defaults to False.

length ≥ 1

Return tables created by this user. Defaults to None (return all tables).

Headers
string
required

User PAT or service key.

string

User ID. Can be omitted if PAT is used as token.

string

Project ID. Can be omitted if PAT is used as token.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json