Table Execution
Run Enrichment
Initiate a table run, optionally for a selected range of rows and/or columns.
POST
Trigger AI research agents to enrich the data in a table. Table enrichment is a long-running process. You can check the status of the table using the GET /v1/tables/ endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Table run execution mode. NEW (default) - run cells without values; ALL - run all cells; FAILED - run failed cells
Available options:
new
, all
, failed
, stuck_failed_new
Response
200
application/json
Successful Response
Available options:
created
, in_progress
, done
, failed
Available options:
new
, all
, failed
, stuck_failed_new