Skip to main content
GET
List Tables
List Tables in the workspace. Supports cursor-based pagination. Filter by folder, title, or by prompt columns that reference specific prompts. Results are scoped to the workspace associated with your API key.

Authorizations

X-API-KEY
string
header
required

Query Parameters

folder_id
integer

Filter by folder ID.

name
string

Filter by title (case-insensitive contains match).

cursor
string

Pagination cursor from a previous response.

limit
integer
default:20
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc
prompt_id
integer

Filter to tables containing a column referencing this prompt.

prompt_version_id
integer
prompt_label_id
integer

Response

List of tables

data
object[]
next_cursor
string | null
has_more
boolean