Skip to main content
POST
Preview the rows a table would train on

Authorizations

Authorization
string
header
required

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

Path Parameters

saved_agent_id
string<uuid>
required

Body

application/json

The table binding to show real rows for, before a session starts.

input_mappings
Input Mappings · object
required

Agent input name -> the column its value is read from.

table_id
string<uuid>
required
row_count
integer
default:3

How many rows to show.

Required range: 1 <= x <= 25

Response

Successful Response

The first rows a table source would feed the agent.

empty_inputs
string[]
required

Inputs whose mapped column is blank in every previewed row. The agent would run without them, which is the expensive mistake this preview exists to make visible.

rows
Rows · object[]
required

One set of input values per row, in table order.