v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Query rows
Filters and sorts collection rows. Use next_cursor to load more results.
post/webdbs/collections/{collection_id}/query
Path parameters
collection_idstring required
Collection ID.
Example:col_123
Collection ID.
Request body
Example request
{
"tags": [
"production",
"team-alpha"
]
}Response
A page of matching rows
Example response
{
"data": [
{
"_id": "row_1a2b3c",
"_collection": "col_123",
"_meta": {
"source": {
"target_id": "tgt_123"
}
}
}
]
}