POST

https://{db}.{region}.api.lancedb.com

/
v1
/
table
/
{name}
/
count_rows
/

Authorizations

x-api-key
string
headerrequired

Path Parameters

name
string
required

name of the table

Body

application/json
predicate
string

A SQL filter expression that specifies the rows to count.

Response

200 - application/json

The response is of type integer.