Run a structured query across one or more tables
Runs a structured query against Clay table data and returns records with field metadata. Results are paginated: pass the returned cursor back to fetch the next page. Scans return rows in least-recently-updated-first order and reflect writes that land while you paginate — a scan returns every record visible when it started and picks up records written while it runs, and a record updated mid-scan can be returned again with fresher data, so deduplicate by id if you need each record once.
POST
Run a structured query across one or more tables
Authorizations
Personal API key tied to your Clay user. Create one under Settings → Account in the Clay app.
Body
application/json
Body
Run a structured query across one or more tables

