Clay
communityData enrichment and outbound automation platform with 75+ data providers.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.clay.com/v1/tablesList tables
Returns
tables[] with id, name, rows_count, columns_count, created_at, updated_atGET
https://api.clay.com/v1/tables/{tableId}/rowsGet table rows
Parameters
limitresults (integeroptionaltableIdtable ID (stringrequiredReturns
rows[] with id, data with column values, created_atPOST
https://api.clay.com/v1/tables/{tableId}/rowsAdd rows
Parameters
rowsrow data (object[]requiredtableIdtable ID (stringrequiredReturns
rows_added, row_ids[]