Skip to main content
POST
Run a structured query across one or more tables

Authorizations

clay-api-key
string
header
required

Personal API key tied to your Clay user. Create one under Settings → Account in the Clay app.

Body

application/json

Body

query
object
required
cursor
string

Opaque cursor from the previous response. Scans page in least-recently-updated-first order and reflect concurrent writes: a record updated mid-scan can be returned again, so deduplicate by id.

limit
integer
default:50
Required range: 1 <= x <= 100

Response

200

data
object[]
required
cursor
string
fields
object