Skip to main content
GET
List tables in the agent's workspace

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Query Parameters

include
string

Pass stats to attach per-table economics on every entry (creditsPerLead, qualification, funnel, lead sources).

Example:

"stats"

Response

Tables in the agent's workspace (list envelope + workspaceId).

The canonical v2 list envelope. Every list endpoint returns this shape; per-endpoint items element types (and documented extras like total) are declared on each operation.

object
string
required
Allowed value: "list"
items
object[]
required

The page of objects. Element type is per-endpoint.

nextCursor
string | null
required

Cursor for the next page; null means this is the last page.

url
string
required

The path this list was fetched from (query string excluded).

workspaceId
string<uuid>
required